Merge SettingsManager and SystemControl Things.
This commit is contained in:
parent
bed59c051b
commit
be94df7c8a
7 changed files with 57 additions and 65 deletions
|
|
@ -236,7 +236,7 @@ export default {
|
|||
}
|
||||
}
|
||||
try {
|
||||
let hostname = await this.readThingProperty("settings", "hostname");
|
||||
let hostname = await this.readThingProperty("system", "hostname");
|
||||
this.$store.commit("changeMicroscopeHostname", hostname);
|
||||
document.title = `OpenFlexure Microscope: ${hostname}`;
|
||||
} catch {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue