Update version to 143.7.1 and add menu sidebar options
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user