Fixing bug where options window won't close in some cases.
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
</div>
|
||||
|
||||
<div class="mt-6">
|
||||
<button class="button" @click.prevent="window.close()">Close</button>
|
||||
<button class="button" @click.prevent="closeOptions">Close</button>
|
||||
<button class="button" @click.prevent="clearData">Clear Data</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user