add new BasePlatform method, Analytics fun on the Webpack train
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -67,6 +67,10 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||
dis.register(_onAction);
|
||||
}
|
||||
|
||||
getHumanReadableName() {
|
||||
return 'Electron Platform';
|
||||
}
|
||||
|
||||
setNotificationCount(count: number) {
|
||||
if (this.notificationCount === count) return;
|
||||
super.setNotificationCount(count);
|
||||
|
||||
Reference in New Issue
Block a user