Browse Source

add another break

resolve-20231003
Phillip 1 year ago
parent
commit
cb3d71b779
  1. 3
      plugins/plugins/core/qdn/browser/browser.src.js

3
plugins/plugins/core/qdn/browser/browser.src.js

@ -1356,6 +1356,9 @@ class WebBrowser extends LitElement {
this.addAppToNotificationList(this.name)
response = true
break;
} else {
response = false
break;
}
} catch (error) {

Loading…
Cancel
Save