fix: show proper app version

This commit is contained in:
talksik
2026-04-13 10:41:19 -07:00
parent ae91145762
commit 4e76ce902f
3 changed files with 9 additions and 17 deletions
+1
View File
@@ -49,6 +49,7 @@ declare global {
};
electronApp: {
setDockBadge: (count: number) => void;
getVersion: () => Promise<string>;
};
}
}