mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 15:32:40 +02:00
WIP.
This commit is contained in:
parent
06c167cc68
commit
d01d774f76
1 changed files with 0 additions and 2 deletions
|
@ -3180,7 +3180,6 @@ void Application::setHmdTabletBecomesToolbarSetting(bool value) {
|
|||
updateSystemTabletMode();
|
||||
}
|
||||
|
||||
#pragma optimize("", off)
|
||||
void Application::setShowOverlays(bool value) {
|
||||
_hmdTabletBecomesToolbarSetting.set(value);
|
||||
updateSystemTabletMode();
|
||||
|
@ -8269,7 +8268,6 @@ void Application::updateThreadPoolCount() const {
|
|||
QThreadPool::globalInstance()->setMaxThreadCount(threadPoolSize);
|
||||
}
|
||||
|
||||
#pragma optimize("", off)
|
||||
void Application::updateSystemTabletMode() {
|
||||
if (_settingsLoaded) {
|
||||
qApp->setProperty(hifi::properties::HMD, isHMDMode());
|
||||
|
|
Loading…
Reference in a new issue