[Desktop] Fix server start view layout (#2226)

This commit is contained in:
Chenlei Hu
2025-01-10 22:14:01 -05:00
committed by GitHub
parent 9bfce5b8d0
commit 44610674ee
2 changed files with 40 additions and 34 deletions

View File

@@ -54,7 +54,11 @@ const mockElectronAPI: Plugin = {
getElectronVersion: () => Promise.resolve('1.0.0'),
getComfyUIVersion: () => '9.9.9',
getPlatform: () => 'win32',
changeTheme: () => {}
changeTheme: () => {},
Config: {
setWindowStyle: () => {},
getWindowStyle: () => Promise.resolve('default')
}
};`
}
]