fix(linux): Can't change Chinese IMEs on Debian (#582)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Haze <hazeone@users.noreply.github.com>
This commit is contained in:
Haze
2026-03-19 10:19:44 +08:00
committed by GitHub
Unverified
parent 7aec2febed
commit 1b527d2f49
4 changed files with 65 additions and 7 deletions

View File

@@ -2194,7 +2194,7 @@ function registerUsageHandlers(): void {
});
}
/**
* Window control handlers (for custom title bar on Windows/Linux)
* Window control handlers (for custom title bar on Windows)
*/
function registerWindowHandlers(mainWindow: BrowserWindow): void {
ipcMain.handle('window:minimize', () => {