livedesk 0.1.581 → 0.1.582

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/electron/main.mjs CHANGED
@@ -906,8 +906,10 @@ function updateTray(status = 'Starting') {
906
906
 
907
907
  function showWindow() {
908
908
  if (!mainWindow) return;
909
+ if (mainWindow.isMinimized()) mainWindow.restore();
909
910
  mainWindow.show();
910
911
  mainWindow.focus();
912
+ if (!mainWindow.webContents.isDestroyed()) mainWindow.webContents.invalidate();
911
913
  requestDesktopResumeAuthRecovery('window-show');
912
914
  }
913
915
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.581",
3
+ "version": "0.1.582",
4
4
  "livedeskClientVersion": "0.1.249",
5
5
  "buildFlavor": "production",
6
6
  "description": "LiveDesk Hub and client launcher",