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

Commit 0940957

Browse files
Dont default to locked
1 parent 64087c1 commit 0940957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private static bool GitFileHistoryValidation()
3535
[NonSerialized] private bool firstOnGUI = true;
3636
[NonSerialized] private Texture selectedIcon;
3737

38-
[SerializeField] private bool locked = true;
38+
[SerializeField] private bool locked;
3939
[SerializeField] private FileHistoryView fileHistoryView = new FileHistoryView();
4040
[SerializeField] private NPath selectedAssetPath;
4141

0 commit comments

Comments
 (0)