vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Sat Dec 3 12:31:57 2011 +0100| [0efead41b6be2eeeca7276d8448e4f63db5645d2] | committer: Jean-Baptiste Kempf
Qt: remember volume on exit is the default I don't want to be murdered in my sleep > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0efead41b6be2eeeca7276d8448e4f63db5645d2 --- modules/gui/qt4/qt4.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index dd39a7e..3d08ab6 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -235,7 +235,7 @@ vlc_module_begin () UPDATER_DAYS_TEXT, false ) #endif - add_bool( "qt-autosave-volume", false, SAVEVOL_TEXT, + add_bool( "qt-autosave-volume", true, SAVEVOL_TEXT, SAVEVOL_TEXT, true ) #ifdef WIN32 add_bool( "qt-disable-volume-keys" /* name */, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
