mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix missing SessionController capture
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user