1
0

use correct source for notficationClickable

This commit is contained in:
dakkar
2025-05-02 19:30:18 +01:00
parent 54b5c930cb
commit 75ecbd22e3
+1 -1
View File
@@ -161,7 +161,7 @@ if ($i) {
} }
function getPointerEvents() { function getPointerEvents() {
return store.s.notificationClickable ? 'all' : 'none'; return prefer.s.notificationClickable ? 'all' : 'none';
} }
</script> </script>