Skip to content

Commit 1ff096c

Browse files
committed
Merge branch 'beta-branch'
2 parents b9b280c + 49f6211 commit 1ff096c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

win.crx

-5 Bytes
Binary file not shown.

win.zip

-5 Bytes
Binary file not shown.

win/utils.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2562,7 +2562,7 @@ let configuration, init, Update;
25622562
UTILS_TERMINAL.error(`Failed to get "${ option.title }" (Error #${ ++fail })`)
25632563
}
25642564
}
2565-
NOTIFIED.info = false;
2565+
NOTIFIED = false;
25662566

25672567
if(fail)
25682568
new Notification('error', `Failed to grab ${ fail } item${fail==1?'':'s'}`);
@@ -2675,7 +2675,7 @@ let configuration, init, Update;
26752675

26762676
});
26772677
}
2678-
NOTIFIED.info = false;
2678+
NOTIFIED = false;
26792679

26802680
element.setAttribute(hov, `Add "${ nice_title }" | ${ty}`);
26812681
element.style.removeProperty('display');

0 commit comments

Comments
 (0)