Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update options.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelNutHoney authored Feb 7, 2024
1 parent 3e2eb53 commit 6128f02
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/titlebar/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,15 @@ export interface TitleBarOptions extends MenuBarOptions {
* *The default is true*
*/
unfocusEffect?: boolean;
}
/**
* Controls the Minimum Width the user is allowed to resize the window to.
* **The default is 400*
*/
minWidth: 400;

/**
* Controls the Minimum Height the user is allowed to resize the window to.
* **The default is 270*
*/
minHeight: 270;
}

0 comments on commit 6128f02

Please sign in to comment.