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
message: `Please download NiceNode version 6 at ${downloadUrl}. Unfortunately, updates from v5 to v6 are not compatible. Automatic updates will work as normal with v6+.`,
66
+
buttons: [t('Go to NiceNode downloads'),t('Cancel')],
67
+
})
68
+
.then(async(buttonIndex)=>{
69
+
// eslint-disable-next-line promise/always-return
70
+
if(buttonIndex.response===0){
71
+
logger.info('Go to NiceNode download links accepted by user');
message: `Please download NiceNode version 6 at ${downloadUrl}. Unfortunately, updates from v5 to v6 are not compatible. Automatic updates will work as normal with v6+.`,
126
+
buttons: [t('Go to NiceNode downloads'),t('Cancel')],
127
+
})
128
+
.then(async(buttonIndex)=>{
129
+
// eslint-disable-next-line promise/always-return
130
+
if(buttonIndex.response===0){
131
+
logger.info('Go to NiceNode download links accepted by user');
0 commit comments