Fix missing SessionController capture
This commit is contained in:
parent
0aa4e3d495
commit
f8f70fe828
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@ void SetupKotatoSystem(
|
|||
)->toggledValue(
|
||||
) | rpl::filter([](bool enabled) {
|
||||
return (enabled != cUseTelegramPanelIcon());
|
||||
}) | rpl::start_with_next([](bool enabled) {
|
||||
}) | rpl::start_with_next([controller](bool enabled) {
|
||||
cSetUseTelegramPanelIcon(enabled);
|
||||
controller->session().data().notifyUnreadBadgeChanged();
|
||||
::Kotato::JsonSettings::Write();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue