Version 1.4.7: Fix IsOverlapped check in Kotatogram Settings
This commit is contained in:
parent
3c5bec9524
commit
a0c12585a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue