mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
21536: Applied forgotten beutify to file
This commit is contained in:
parent
40beb4bca8
commit
59746c564b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
|||
var blackIcon = Script.resolvePath("icons/tablet-icons/clap-a.svg?foxv2");
|
||||
var whiteIcon = Script.resolvePath("icons/tablet-icons/clap-i.svg?foxv2");
|
||||
|
||||
if ( Settings.getValue("clapAppEnabled") === undefined){
|
||||
if (Settings.getValue("clapAppEnabled") === undefined) {
|
||||
Settings.setValue("clapAppEnabled", true);
|
||||
}
|
||||
var isActive = Settings.getValue("clapAppEnabled");
|
||||
|
|
Loading…
Reference in a new issue