Yes, I made this change on purpose. The previous way it worked wasn’t quite right. Now, if the page you’re seeing is the one you’re supposed to see based on your theme settings, you don’t need to reload over again.
However, it does change when you switch tabs, like from Webmin to Virtualmin, depending on your theme settings. And it also syncs when you switch domains.
Yes, it is—and it was a real challenge to get it working the way it is now.
As I mentioned earlier, it’s a feature that’s expected.
Note, that if you want to refresh the content page, you can simply press Alt+R or ⌥ R, without having to click on the menu.
Even though I didn’t add a specific option for this in the UI, since I don’t think it should exist, I expected this to come up. So, you can still get the old behavior by running the following code in the browser console:
settings_right_reload = 2;
theme.config.save();
The Authentic theme version 25.10 and up will have a setting to change this behavior on the “Theme Configuration” page using the “Load default page on navigation switch” option.
Note, if changed manually via the browser’s console as described above, the variable name
settings_right_reloadis nowsettings_right_syncin theme version 25.10, because the value type changed from boolean to numeric.