use correct source for notficationClickable

This commit is contained in:
dakkar 2025-05-02 19:30:18 +01:00
parent 54b5c930cb
commit 75ecbd22e3

View file

@ -161,7 +161,7 @@ if ($i) {
}
function getPointerEvents() {
return store.s.notificationClickable ? 'all' : 'none';
return prefer.s.notificationClickable ? 'all' : 'none';
}
</script>