mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-02-19 20:42:36 +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) {
|
private void setGearthTheme(Theme theme) {
|
||||||
Cacher.put("theme", theme.internalName());
|
Cacher.put("theme", theme.title());
|
||||||
themeObservable.fireEvent(t -> t.accept(theme));
|
themeObservable.fireEvent(t -> t.accept(theme));
|
||||||
GEarth.theme = theme;
|
GEarth.theme = theme;
|
||||||
Theme defaultTheme = ThemeFactory.getDefaultTheme();
|
Theme defaultTheme = ThemeFactory.getDefaultTheme();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user