Solved a bug where the options window was breaking the popup window. The issue was that some branches of the message handler in the background script weren't returning anything at all.
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
<div class="help">
|
||||
<button @click='window.open("https://ursus.camp/nostore", "_blank")'>Get Help</button>
|
||||
<button @click="browser.runtime.openOptionsPage()">Advanced</button>
|
||||
<button @click="await openOptions()">Advanced</button>
|
||||
</div>
|
||||
|
||||
<div class="disclaimer">
|
||||
|
||||
Reference in New Issue
Block a user