mirror of
https://github.com/lubosz/overte.git
synced 2025-08-25 05:15:24 +02:00
Fixup after merge
This commit is contained in:
parent
fc5da7b4f0
commit
9f8a6c63cc
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
button.clicked.connect(onTabletButtonClicked);
|
||||
}
|
||||
} else if (button) {
|
||||
if ((!showSpectatorInDesktop || isShuttingDown) && !isHMDMode) {
|
||||
if (!showSpectatorInDesktop || isShuttingDown) {
|
||||
button.clicked.disconnect(onTabletButtonClicked);
|
||||
tablet.removeButton(button);
|
||||
button = false;
|
||||
|
|
Loading…
Reference in a new issue