Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c851455

Browse files
authored
Merge pull request #715 from github-for-unity/fixes/unlock-force-from-settings
Force unlock by default when unlocking from the Settings view
2 parents 9cd216c + 2254f70 commit c851455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/SettingsView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ private void OnGitLfsLocksGUI()
292292
GUILayout.FlexibleSpace();
293293
if (GUILayout.Button("Unlock"))
294294
{
295-
Repository.ReleaseLock(lck.Path, false).Start();
295+
Repository.ReleaseLock(lck.Path, true).Start();
296296
}
297297
}
298298
GUILayout.EndHorizontal();

0 commit comments

Comments
 (0)