chore(version): 1.1.8

This commit is contained in:
kangfenmao 2025-03-19 17:21:48 +08:00
parent 82eb22d978
commit 9a65a1e7c7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "1.1.7",
"version": "1.1.8",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",

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()