Commit 5f5ee107 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remember volume on exit is the default

I don't want to be murdered in my sleep
(cherry picked from commit 0efead41b6be2eeeca7276d8448e4f63db5645d2)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a02d23d4
......@@ -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 */,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment