chore(version): 1.1.8

This commit is contained in:
kangfenmao
2025-03-19 17:21:48 +08:00
parent cd471969a1
commit a040af0117
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ export class WindowService {
if (this.mainWindow && !this.mainWindow.isDestroyed()) {
if (this.mainWindow.isMinimized()) {
this.mainWindow.restore()
return this.mainWindow.restore()
}
this.mainWindow.show()
this.mainWindow.focus()