adonis-ui icon indicating copy to clipboard operation
adonis-ui copied to clipboard

AdonisWindow // Hide all buttons property

Open tizu69 opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. When I want full control over window buttons, I simply set the window resize mode to noresize, copy the default code from the source, modify it a bit and there I go - a custom window button that can have some other function, like, what I recently did, a "collapsed" window state with the minimize button. However, to expand this, I'd also like to have control over the close button.

Describe the solution you'd like One or three properties: "HideButtons" or "HideMinimize", "HideMaximize", "HideClose"

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. None really?

Additional context Add any other context or screenshots about the feature request here.

tizu69 avatar Jul 03 '22 17:07 tizu69