[Desktop] Set window action buttons style (#2214)

This commit is contained in:
Chenlei Hu
2025-01-09 19:35:22 -05:00
committed by GitHub
parent cb265fb0bf
commit 04c23001fc
4 changed files with 39 additions and 2 deletions

View File

@@ -53,7 +53,8 @@ const mockElectronAPI: Plugin = {
},
getElectronVersion: () => Promise.resolve('1.0.0'),
getComfyUIVersion: () => '9.9.9',
getPlatform: () => 'win32'
getPlatform: () => 'win32',
changeTheme: () => {}
};`
}
]