quasar-ui-qwindow icon indicating copy to clipboard operation
quasar-ui-qwindow copied to clipboard

Allow passing in actions icon for menu

Open danrabyhive opened this issue 3 years ago • 2 comments

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

danrabyhive avatar Feb 17 '22 21:02 danrabyhive

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

hawkeye64 avatar Mar 03 '22 14:03 hawkeye64

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

nucle avatar Mar 12 '22 18:03 nucle