Disable showing hidden files by default

This commit is contained in:
Rob Loach 2017-06-21 10:46:32 -04:00
parent fcc3260341
commit 37c0cf50fd
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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