mirror of https://github.com/vector-im/riot-web
improve types
parent
764b94c7ae
commit
fca48c0426
src
|
@ -209,7 +209,7 @@ export const Notifier = {
|
||||||
return plaf && plaf.supportsNotifications();
|
return plaf && plaf.supportsNotifications();
|
||||||
},
|
},
|
||||||
|
|
||||||
setEnabled: function(enable: boolean, callback: () => void) {
|
setEnabled: function(enable: boolean, callback?: () => void) {
|
||||||
const plaf = PlatformPeg.get();
|
const plaf = PlatformPeg.get();
|
||||||
if (!plaf) return;
|
if (!plaf) return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue