carlo icon indicating copy to clipboard operation
carlo copied to clipboard

Feature Request: add an options to forbid window resize

Open axetroy opened this issue 5 years ago • 2 comments

I am building an app that doesn't allow the user to change the window size.

should be an options like this:

interface Options {
  minWidth?: number;
  maxWidth?: number;
  minHeight?: number;
  maxHeight?: number;
}

axetroy avatar Feb 09 '19 12:02 axetroy

Is this a feature request?

FranklinYu avatar Feb 23 '19 21:02 FranklinYu

I also want this feature 👍

Yukaii avatar Mar 01 '19 13:03 Yukaii