21536: Applied forgotten beutify to file

This commit is contained in:
Menithal 2017-09-13 21:24:24 +03:00
parent 40beb4bca8
commit 59746c564b

View file

@ -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");