Commit 4848daf2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: negative days for updates checking makes no sense

(cherry picked from commit b85cc5537812613a2988651c851b08fa34b7516a)

Close #7040
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 025b279e
......@@ -231,8 +231,8 @@ vlc_module_begin ()
#ifdef UPDATE_CHECK
add_bool( "qt-updates-notif", true, UPDATER_TEXT,
UPDATER_LONGTEXT, false )
add_integer( "qt-updates-days", 3, UPDATER_DAYS_TEXT,
UPDATER_DAYS_TEXT, false )
add_integer_with_range( "qt-updates-days", 3, 0, 180,
UPDATER_DAYS_TEXT, UPDATER_DAYS_TEXT, false )
#endif
add_bool( "qt-autosave-volume", true, SAVEVOL_TEXT,
......
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