I often have to rechange my default theme from the drop menu
- is the setting cookie based and not profile stored?
Or why do I have to change the theme when I login?
I often have to rechange my default theme from the drop menu
Or why do I have to change the theme when I login?
I think swapping from the sidebar is just for that session, the setting at https://meta.discourse.org/my/preferences/interface is across all sessions, if you select the “Make this the default theme on all my devices” checkbox.
Yes, it’s session based. The component utilizes setLocalTheme();
which is the equivalent of changing this interface setting with the “default on all devices” box unchecked.
This way the same functionality works for both logged-in and anonymous visitors.
I think I can include makeThemeDefault
when logged in, so it persists along with the account.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.