You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a consquence of generalizing the Wegue toolbar button implementation in #207, we have to declare the button icon in app-conf as part of the module properties, e.g.
The same icon is also used as as the window header icon for the respective module card.
Currently the corresponding window (module-card based) implementations declare a default value for it's icon, e.g. for LayerListWin
As a consquence of generalizing the Wegue toolbar button implementation in #207, we have to declare the button icon in app-conf as part of the module properties, e.g.
The same icon is also used as as the window header icon for the respective module card.
Currently the corresponding window (module-card based) implementations declare a default value for it's icon, e.g. for
LayerListWin
This is redundant and should be removed.
A final question:
Should we should provide a generic fallback for module icons, e.g. https://fonts.google.com/icons?selected=Material+Icons&icon.query=view+module, and make the module
icon
property optional? Currently the field is mandatory.The text was updated successfully, but these errors were encountered: