feat(app): change traffic light position, fix sequoia bug (#35081)

This commit is contained in:
Aarav Sareen
2026-07-07 12:49:28 +08:00
committed by GitHub
parent 0497e8badf
commit 50374abab8
4 changed files with 26 additions and 12 deletions
+1
View File
@@ -31,6 +31,7 @@ export type UpdaterAPI = {
export type LinuxDisplayBackend = "wayland" | "auto"
export type TitlebarTheme = {
mode: "light" | "dark"
scheme?: "system" | "light" | "dark"
}
export type FatalRendererError = {
error: string