mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
Corrected comment.
This commit is contained in:
parent
5fd8cd71c6
commit
658c0e329f
1 changed files with 2 additions and 2 deletions
|
@ -2264,8 +2264,8 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
|
|
||||||
qCDebug(interfaceapp) << "Metaverse session ID is" << uuidStringWithoutCurlyBraces(accountManager->getSessionID());
|
qCDebug(interfaceapp) << "Metaverse session ID is" << uuidStringWithoutCurlyBraces(accountManager->getSessionID());
|
||||||
|
|
||||||
// Don't show tablet in test mode, so that it won't appear in snapshots
|
// Don't show toolbar in test mode, so that it won't appear in snapshots
|
||||||
// (its location is not fixed - this will cause image comparisons to fail)
|
// (its screen location is not fixed - this will cause image comparisons to fail)
|
||||||
if (property(hifi::properties::TEST).isValid()) {
|
if (property(hifi::properties::TEST).isValid()) {
|
||||||
Menu::getInstance()->setIsOptionChecked(MenuOption::DesktopTabletToToolbar, false);
|
Menu::getInstance()->setIsOptionChecked(MenuOption::DesktopTabletToToolbar, false);
|
||||||
_desktopTabletBecomesToolbarSetting.set(false);
|
_desktopTabletBecomesToolbarSetting.set(false);
|
||||||
|
|
Loading…
Reference in a new issue