Skip to content

Commit

Permalink
fix locale
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Oct 10, 2023
1 parent 9c3e8c9 commit 0b3cc26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/myrobotlab/service/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -5333,6 +5333,9 @@ public String getConfigPath() {
@Override
public RuntimeConfig getConfig() {
config = super.getConfig();
config.locale = getLocaleTag();
config.virtual = isVirtual;
config.id = getId();
return config;
}

Expand Down

0 comments on commit 0b3cc26

Please sign in to comment.