mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
Whitespace changes per code review
This commit is contained in:
parent
63c3452cf2
commit
8fb28bf4e8
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
var scripts = ScriptDiscoveryService.getRunning();
|
||||
|
||||
var runningSimplified =
|
||||
!scripts.every(function(item){ return item.name !== "simplifiedUI.js"; });
|
||||
!scripts.every(function (item) {
|
||||
return item.name !== "simplifiedUI.js";
|
||||
});
|
||||
|
||||
var avatarAppQML = runningSimplified ? "hifi/simplifiedUI/avatarApp/AvatarApp.qml" : "hifi/AvatarApp.qml";
|
||||
tablet.loadQMLSource(avatarAppQML);
|
||||
|
|
Loading…
Reference in a new issue