ask if one really wants to clear main playlist (disabled by default)

This commit is contained in:
Andrzej Rybczak
2009-08-24 00:36:37 +02:00
parent f1389103c2
commit 195d8b4e34
5 changed files with 43 additions and 25 deletions

View File

@@ -197,6 +197,8 @@
#
#display_screens_numbers_on_start = "yes"
#
#ask_before_clearing_main_playlist = "no"
#
#clock_display_seconds = "no"
#
#regular_expressions = "basic" (basic/extended)

View File

@@ -186,6 +186,9 @@ If set to "playlist", Search engine will perform searching in current MPD playli
.B display_screens_numbers_on_start = yes/no
If enabled, screens' names and their keybindings will be shown in header window until key is pressed, otherwise they won't be displayed at all.
.TP
.B ask_before_clearing_main_playlist = yes/no
If enabled, user will be asked if he really wants to clear the main playlist after pressing key responsible for that.
.TP
.B clock_display_seconds = yes/no
If enabled, clock will display time in format hh:mm:ss, otherwise hh:mm.
.TP