We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89218e commit c3ac3d0Copy full SHA for c3ac3d0
src/js/functions.js
@@ -514,6 +514,7 @@ class ValueSwapper {
514
$("#sCol, #sColInp,#intSwap").show();
515
$("#zCol").addClass("rightBorder")
516
disableMenu(this.affectMenu)
517
+ sidebar.closeSideBar()
518
this.active = true
519
}
520
@@ -904,7 +905,9 @@ class Analytics {
904
905
if (app.isPackaged) {
906
var shown = store.get('shown', 0)
907
store.set('shown', shown + 1)
- if (shown % 10 == 0) { // shown after every 10 opening
908
+ // if (shown % 10 == 0) { // shown after every 10 opening
909
+ // }
910
+ if(shown==0){
911
setTimeout(() => {
912
showInfo(
913
"Note from developer !",
0 commit comments