Skip to content

Commit

Permalink
Rename a window.create option in Ts definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Nov 27, 2023
1 parent 56683b4 commit f45039a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface WindowOptions extends WindowSizeOptions, WindowPosOptions {
hidden?: boolean;
maximizable?: boolean;
useSavedState?: boolean;
exitOnClose?: boolean;
exitProcessOnClose?: boolean;
extendUserAgentWith?: string;
processArgs?: string;
}
Expand Down

0 comments on commit f45039a

Please sign in to comment.