Update GEarth.java

This commit is contained in:
sirjonasxx 2022-02-16 01:35:48 +01:00
parent 73614f28be
commit 7993790b90

View File

@ -110,7 +110,7 @@ public class GEarth extends Application {
}
private void setGearthTheme(Theme theme) {
Cacher.put("theme", theme.internalName());
Cacher.put("theme", theme.title());
themeObservable.fireEvent(t -> t.accept(theme));
GEarth.theme = theme;
Theme defaultTheme = ThemeFactory.getDefaultTheme();