Don't wait for input when there are fullscreen applications

This commit is contained in:
Ilya Fedin
2022-12-16 13:53:19 +04:00
committed by John Preston
parent 3991be752c
commit 13eeddf479
6 changed files with 22 additions and 1 deletions
@@ -798,6 +798,10 @@ bool SkipFlashBounceForCustom() {
return false;
}
bool WaitForInputForCustom() {
return true;
}
bool Supported() {
return ServiceRegistered || Gio::Application::get_default();
}