mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix: improvements to quick links
This commit is contained in:
@@ -178,5 +178,13 @@
|
||||
{
|
||||
"name": "backgroundVideoMute",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "quicklinkstooltip",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "notesEnabled",
|
||||
"value": true
|
||||
}
|
||||
]
|
||||
|
||||
@@ -36,7 +36,7 @@ export default class SettingsFunctions {
|
||||
|
||||
if (old !== null && !value) {
|
||||
if (old === 'true') {
|
||||
val = false;
|
||||
val = false;
|
||||
}
|
||||
|
||||
if (old === 'false') {
|
||||
|
||||
Reference in New Issue
Block a user