mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Update GEarth.java
This commit is contained in:
parent
73614f28be
commit
7993790b90
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user