mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
fixed another tablet stuck on help screen
This commit is contained in:
parent
6e59e451c4
commit
06a69c8bd7
1 changed files with 3 additions and 0 deletions
|
@ -226,9 +226,12 @@ void TabletProxy::setToolbarMode(bool toolbarMode) {
|
|||
|
||||
// forward qml surface events to interface js
|
||||
connect(tabletRootWindow, &QmlWindowClass::fromQml, this, &TabletProxy::fromQml);
|
||||
loadHomeScreen(true);
|
||||
emit screenChanged(QVariant("Home"), QVariant(TABLET_SOURCE_URL));
|
||||
} else {
|
||||
removeButtonsFromToolbar();
|
||||
addButtonsToHomeScreen();
|
||||
loadHomeScreen(true);
|
||||
emit screenChanged(QVariant("Home"), QVariant(TABLET_SOURCE_URL));
|
||||
|
||||
// destroy desktop window
|
||||
|
|
Loading…
Reference in a new issue