Skip to content

Commit c3ac3d0

Browse files
committed
update
1 parent c89218e commit c3ac3d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/js/functions.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ class ValueSwapper {
514514
$("#sCol, #sColInp,#intSwap").show();
515515
$("#zCol").addClass("rightBorder")
516516
disableMenu(this.affectMenu)
517+
sidebar.closeSideBar()
517518
this.active = true
518519
}
519520

@@ -904,7 +905,9 @@ class Analytics {
904905
if (app.isPackaged) {
905906
var shown = store.get('shown', 0)
906907
store.set('shown', shown + 1)
907-
if (shown % 10 == 0) { // shown after every 10 opening
908+
// if (shown % 10 == 0) { // shown after every 10 opening
909+
// }
910+
if(shown==0){
908911
setTimeout(() => {
909912
showInfo(
910913
"Note from developer !",

0 commit comments

Comments
 (0)