quasarframework / quasar-ui-qwindow

QWindow - Floating, moveable, resizable windows
https://quasarframework.github.io/quasar-ui-qwindow/
MIT License
57 stars 5 forks source link

Allow passing in actions icon for menu #24

Open danrabyhive opened 2 years ago

danrabyhive commented 2 years ago

Is your feature request related to a problem? Please describe. When using a icon font other than material, it is impossible to fix the more actions button.

Describe the solution you'd like Add property to allow this icon to be set.

Describe alternatives you've considered Right now I can't think of a way to fix this without forking and forcing the new version in the build.

Edit: I'm going to use a custom header.

Additional context The icon is hard-coded in the render function: https://github.com/quasarframework/quasar-ui-qwindow/blob/d4923d85d077cf0dba3e651a05eba0cd9c03d0a3/ui/src/components/QWindow.js#L1571-L1587

hawkeye64 commented 2 years ago

Good catch. I'll look into a fix for this on the weekend.

nucle commented 2 years ago

I will also implement this feature in the new version of qwindow 2