make displaying hidden files in local browser optional

This commit is contained in:
Andrzej Rybczak
2009-05-07 15:17:59 +02:00
parent f92b0101aa
commit 5682734840
5 changed files with 13 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ struct ncmpcpp_config
bool incremental_seeking;
bool now_playing_lyrics;
bool local_browser;
bool local_browser_show_hidden_files;
bool search_in_db;
bool display_screens_numbers_on_start;
bool clock_display_seconds;