Update version to 143.7.1 and add menu sidebar options

This commit is contained in:
Kwaroran
2024-12-19 05:34:09 +09:00
parent c05aa389b9
commit b07a9b9d15
8 changed files with 104 additions and 18 deletions

View File

@@ -363,6 +363,10 @@
<Help key="betaMobileGUI"/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.menuSideBar} name={language.menuSideBar}/>
</div>
<div class="flex items-center mt-2">
<Check bind:check={DBState.db.notification} name={language.notification} onChange={async (e) => {
let hasPermission = {state: 'denied'}