Synchronize units on control and settings pages.
This commit is contained in:
@@ -91,7 +91,9 @@ module.exports = {
|
||||
return this.$root.display_units;
|
||||
},
|
||||
set: function(value) {
|
||||
this.config.settings.units = value;
|
||||
this.$root.display_units = value;
|
||||
this.$dispatch("config-changed");
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user