mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
fix: review fixes — bump CHROMIUM_VERSION to v145, add colorScheme to JS, guard download fallback
This commit is contained in:
@@ -30,6 +30,8 @@ export interface LaunchContextOptions extends LaunchOptions {
|
||||
locale?: string;
|
||||
/** Timezone, e.g. "America/New_York". */
|
||||
timezoneId?: string;
|
||||
/** Color scheme preference — 'light', 'dark', or 'no-preference'. */
|
||||
colorScheme?: "light" | "dark" | "no-preference";
|
||||
}
|
||||
|
||||
export interface BinaryInfo {
|
||||
|
||||
Reference in New Issue
Block a user