Skip to content

Commit

Permalink
Add button to open the settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
KamWithK committed Mar 2, 2024
1 parent 46d74ae commit 728a094
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vn/vn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
<MenuOption media_storage={vn_storage} id="inactivity_blur" description="Inactivity Blur" units="px" value=2/>
<MenuOption media_storage={vn_storage} id="menu_blur" description="Menu Blur" units="px" value=8 root_css="--default-menu-blur"/>

<button id="settings_page" class="menu-button" on:click={() => window.open("https://kamwithk.github.io/exSTATic/settings.html")}>
Settings
</button>
<button id="export_stats" class="menu-button" on:click={exportStats}>Export Stats</button>
<button id="export_lines" class="menu-button" on:click={requestExportLines}>Export Lines</button>
<button class="menu-button" on:click="{() => document.getElementById('import_stats').click()}">
Expand Down

0 comments on commit 728a094

Please sign in to comment.