Commit ef171f46 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: reduce the value of update-days

parent 43cc7032
......@@ -244,7 +244,7 @@ vlc_module_begin ()
#ifdef UPDATE_CHECK
add_bool( "qt-updates-notif", true, UPDATER_TEXT,
UPDATER_LONGTEXT, false )
add_integer( "qt-updates-days", 7, UPDATER_DAYS_TEXT,
add_integer( "qt-updates-days", 3, UPDATER_DAYS_TEXT,
UPDATER_DAYS_TEXT, false )
#endif
add_string( "qt-slider-colours", "255;255;255;20;210;20;255;199;15;245;39;29",
......
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