Update default option value.
This commit is contained in:
parent
eec35cf63e
commit
25eebd3d6f
@ -144,7 +144,7 @@ OptionManager::OptionManager(Td *td)
|
||||
set_option_integer("giveaway_duration_max", 7 * 86400);
|
||||
}
|
||||
if (!have_option("channel_custom_accent_color_boost_level_min")) {
|
||||
set_option_integer("channel_custom_accent_color_boost_level_min", 1);
|
||||
set_option_integer("channel_custom_accent_color_boost_level_min", 5);
|
||||
}
|
||||
if (!have_option("premium_gift_boost_count")) {
|
||||
set_option_integer("premium_gift_boost_count", 3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user