We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c611c commit acdf31bCopy full SHA for acdf31b
desktop-ui/program/drivers.cpp
@@ -69,13 +69,15 @@ auto Program::videoPseudoFullScreenToggle() -> void {
69
if(!ruby::input.acquired() && ruby::video.hasMonitors().size() == 1) {
70
ruby::input.acquire();
71
}
72
+ startPseudoFullScreen = true;
73
} else {
74
if(ruby::input.acquired()) {
75
ruby::input.release();
76
77
presentation.menuBar.setVisible(true);
78
presentation.setFullScreen(false);
79
presentation.viewport.setFocused();
80
+ startPseudoFullScreen = false;
81
82
83
0 commit comments