mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
do not show hidden items by default
This commit is contained in:
@ -6,4 +6,5 @@ public class Constants {
|
||||
// shared preferences
|
||||
public static final String PREFS_KEY = "File Manager";
|
||||
public static final String IS_FIRST_RUN = "is_first_run";
|
||||
public static final String SHOW_HIDDEN = "show_hidden";
|
||||
}
|
||||
|
Reference in New Issue
Block a user