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.
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