You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need your support. If you find this app useful, please give a star on <a class="github" href="#">github</a> or <a class="opencollective" href="#">donate</a>. It will inspire me to continue development on the project.`
126
+
Thanks for using massCode. If you find this app useful, please <a id="donate" href="#">donate</a>. It will inspire me to continue development on the project.`
112
127
113
128
createToast(message, {
114
129
action: {
115
130
text: 'Close',
116
131
callback (toast) {
117
132
toast.destroy()
118
-
store.app.set('notifySupport', true)
133
+
addNextNotice()
134
+
isSupportToastShow.value=false
119
135
track('app/notify', 'support-close')
120
136
}
121
137
}
122
138
})
123
139
124
-
isSupportToastShow.value=true
125
-
126
-
const g =document.querySelector('.github')
127
-
const o =document.querySelector('.opencollective')
0 commit comments