mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-08-21 02:23:38 +00:00
use correct source for notficationClickable
This commit is contained in:
parent
54b5c930cb
commit
75ecbd22e3
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if ($i) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function getPointerEvents() {
|
function getPointerEvents() {
|
||||||
return store.s.notificationClickable ? 'all' : 'none';
|
return prefer.s.notificationClickable ? 'all' : 'none';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue