Skip to content

Commit e4b363a

Browse files
authored
oops 3
1 parent 2d1cee5 commit e4b363a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StateFarmClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@
26712671
const applySettings = function(settings) {
26722672
console.log(settings);
26732673
settings=settings.split("<");
2674-
initMenu(true);
2674+
if (!AUTOMATED) { initMenu(true) };
26752675
settings.forEach(element=>{
26762676
element=element.split(">");
26772677
change(element[0],JSON.parse(element[1]));

0 commit comments

Comments
 (0)