mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
Disable showing hidden files by default
This commit is contained in:
parent
fcc3260341
commit
37c0cf50fd
@ -220,7 +220,7 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
||||
/* Save configuration file on exit. */
|
||||
static bool config_save_on_exit = true;
|
||||
|
||||
static bool show_hidden_files = true;
|
||||
static bool show_hidden_files = false;
|
||||
|
||||
static const bool overlay_hide_in_menu = true;
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
||||
# config_save_on_exit = true
|
||||
|
||||
# Shows hidden files and folders in directory listings.
|
||||
# show_hidden_files = true
|
||||
# show_hidden_files = false
|
||||
|
||||
#### Video
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user