Fix scheduled button show option name
This commit is contained in:
parent
540d26276c
commit
1158ee1983
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ void SetupKotatoChats(not_null<Ui::VerticalLayout*> container) {
|
|||
::Kotato::JsonSettings::Write();
|
||||
}, container->lifetime());
|
||||
|
||||
SettingsMenuCSwitch(ktg_settings_disable_up_edit, AlwaysShowScheduled);
|
||||
SettingsMenuCSwitch(ktg_settings_always_show_scheduled, AlwaysShowScheduled);
|
||||
|
||||
AddButton(
|
||||
container,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue