Skip to content

Commit

Permalink
Version 1.4.7: Fix IsOverlapped check in Kotatogram Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Dec 31, 2021
1 parent 3c5bec9 commit a0c1258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/kotato/settings_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void SetupKotatoChats(
SettingsMenuCSwitch(ktg_settings_top_bar_mute, ProfileTopBarNotifications);
SettingsMenuCSwitch(ktg_settings_disable_up_edit, DisableUpEdit);

if (Ui::Platform::IsOverlapped(controller, QRect()).has_value()) {
if (Ui::Platform::IsOverlapped(container, QRect()).has_value()) {
SettingsMenuCSwitch(ktg_settings_auto_scroll_unfocused, AutoScrollUnfocused);
}

Expand Down

0 comments on commit a0c1258

Please sign in to comment.