You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Command instead of Control on MacOS and fixed Shift key behaviour (#76)
About Shift key behaviour: the Shift clicked file was being added to the front of the selected files list whereas it should've been added to the end of the list, that's now fixed
Copy file name to clipboardExpand all lines: Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs
+27-12Lines changed: 27 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
//#define WIN_DIR_CHECK_WITHOUT_TIMEOUT // When uncommented, Directory.Exists won't be wrapped inside a Task/Thread on Windows but we won't be able to set a timeout for unreachable directories/drives
1
+
//#define WIN_DIR_CHECK_WITHOUT_TIMEOUT // When uncommented, Directory.Exists won't be wrapped inside a Task/Thread on Windows but we won't be able to set a timeout for unreachable directories/drives
0 commit comments