actions: ShowMediaLibrary -> ShowMediaLibrary/ToggleMediaLibraryColumnsMode

This commit is contained in:
Andrzej Rybczak
2012-09-15 23:30:46 +02:00
parent b4ab065b2d
commit 077930df78
11 changed files with 64 additions and 53 deletions

View File

@@ -190,6 +190,9 @@
#def_key "4"
# show_media_library
#
#def_key "4"
# toggle_media_library_columns_mode
#
#def_key "5"
# show_playlist_editor
#

View File

@@ -437,8 +437,6 @@
#
#media_library_display_empty_tag = "yes"
#
#media_library_disable_two_column_mode = "no"
#
#enable_window_title = "yes"
#
##

View File

@@ -330,9 +330,6 @@ If enabled, dates of albums in media library will be displayed and respected in
.B media_library_display_empty_tag = yes/no
If enabled, left column will contain entry for 'empty' tag, otherwise not.
.TP
.B media_library_disable_two_column_mode = yes/no
If enabled, pressing the key for the media library twice won't switch it to two column mode.
.TP
.B enable_window_title = yes/no
If enabled, ncmpcpp will override current window title with its own one.
.TP