0
geertveenstra created
Hi, Using Asp.net Core MVC jQuery
Currently the setting "IsQuickThemeSelectEnabled" is only used in the AppTopBar component. But disabling this does not prevent downloading all the theme .png pictures that are in the ThemeSelectionPanel. Is is possible to also implement this setting in the layout file so it would not download these pictures/css/scripts on each page load?
1 Answer(s)
-
0
Hi @geertveenstra
You are right, if the quick theme selection is disabled, related part of the UI shouldn't be rendered. Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core/issues ?
Thanks,