mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-04 11:00:46 +00:00
Don't wait for input when there are fullscreen applications
This commit is contained in:
@@ -798,6 +798,10 @@ bool SkipFlashBounceForCustom() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool WaitForInputForCustom() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Supported() {
|
||||
return ServiceRegistered || Gio::Application::get_default();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user