force re-rerender when switching themes (#374)

This commit is contained in:
Red J Adaya 2024-03-05 08:40:30 +08:00 committed by GitHub
parent ab21591314
commit b5022c555a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1215,6 +1215,7 @@ class Model {
} }
if (themeUpdated) { if (themeUpdated) {
loadTheme(newTheme); loadTheme(newTheme);
this.bumpRenderVersion();
} }
} }