fix electron too
parent
972a391296
commit
9797c2fb4b
|
@ -58,6 +58,7 @@ function platformFriendlyName() {
|
|||
|
||||
export default class ElectronPlatform extends VectorBasePlatform {
|
||||
setNotificationCount(count: number) {
|
||||
if (this.notificationCount === number) return;
|
||||
super.setNotificationCount(count);
|
||||
// this sometimes throws because electron is made of fail:
|
||||
// https://github.com/electron/electron/issues/7351
|
||||
|
|
Loading…
Reference in New Issue