winbox icon indicating copy to clipboard operation
winbox copied to clipboard

Allow maximize & fullscreen in modal

Open SamMousa opened this issue 10 months ago • 1 comments

When in modal mode all buttons except close are hidden. It makes sense to hide minimize (since it is a modal), however maximize and fullscreen could make perfect sense.

I propose to add a configuration for this:

buttons: {
   minimize: false,
   maximize: true,
   fullscreen: true,
   close: true
}

Setting modal to true would change the default values for buttons but explicit config would always have priority.

SamMousa avatar Aug 30 '23 09:08 SamMousa

I second this proposal

gvangass avatar Sep 07 '23 16:09 gvangass