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
Copy file name to clipboardExpand all lines: docs/develop/GSOC/modernize_fs_filepicker.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ exclude: true
9
9
# Modernize fs_filepicker
10
10
11
11
-**Project description**:
12
-
The fs_filepicker is a GUI which we use when we select in the mss_settings.json a configuration option `{ "filepicker_default": "fs" }`
12
+
The fs_filepicker is a GUI which we use when we select in the msui_settings.json a configuration option `{ "filepicker_default": "fs" }`
13
13
Currently the fs_filepicker implements only a basic set of navigation elements for selecting a file and returns the fs url for accessing it.
14
14
In the future we want to have it in a modern look and feel.
15
15
It should also be able to use [Non - Essential Methods of Pyfilesystem](https://docs.pyfilesystem.org/en/latest/implementers.html#non-essential-methods).
0 commit comments