Commit 219a3058 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Check updates every 7 days (instead of 14) during the test releases.

parent dff7657d
......@@ -195,7 +195,7 @@ vlc_module_begin();
#ifdef UPDATE_CHECK
add_bool( "qt-updates-notif", true, NULL, UPDATER_TEXT,
UPDATER_LONGTEXT, false );
add_integer( "qt-updates-days", 14, NULL, UPDATER_DAYS_TEXT,
add_integer( "qt-updates-days", 7, NULL, UPDATER_DAYS_TEXT,
UPDATER_DAYS_TEXT, false );
#endif
add_string( "qt-slider-colours",
......
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