mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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 scripts = ScriptDiscoveryService.getRunning();
|
||||||
|
|
||||||
var runningSimplified =
|
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";
|
var avatarAppQML = runningSimplified ? "hifi/simplifiedUI/avatarApp/AvatarApp.qml" : "hifi/AvatarApp.qml";
|
||||||
tablet.loadQMLSource(avatarAppQML);
|
tablet.loadQMLSource(avatarAppQML);
|
||||||
|
|
Loading…
Reference in a new issue