fix: show proper app version
This commit is contained in:
Vendored
+1
@@ -49,6 +49,7 @@ declare global {
|
||||
};
|
||||
electronApp: {
|
||||
setDockBadge: (count: number) => void;
|
||||
getVersion: () => Promise<string>;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user