Improve update UI

This commit is contained in:
Geomitron
2024-07-10 23:15:38 -05:00
parent ba357d5fea
commit 0c8b20c3e9
9 changed files with 53 additions and 39 deletions

View File

@@ -20,6 +20,7 @@ const electronApi: ContextBridgeApi = {
invoke: {
getSettings: getInvoker('getSettings'),
getCurrentVersion: getInvoker('getCurrentVersion'),
getPlatform: getInvoker('getPlatform'),
getUpdateAvailable: getInvoker('getUpdateAvailable'),
isMaximized: getInvoker('isMaximized'),
showOpenDialog: getInvoker('showOpenDialog'),