Рефакторинг, улучшение отображения версии

This commit is contained in:
Book Pauk
2022-10-09 20:41:42 +07:00
parent 578efbd110
commit 0dc30e730d
3 changed files with 2 additions and 18 deletions

View File

@@ -455,7 +455,7 @@ class Search {
const collection = this.config.dbConfig.inpxInfo.collection.split('\n');
this.collection = collection[0].trim();
this.projectName = `${this.config.name} v${this.config.version}`;
this.projectName = `${this.config.name} v${this.config.webAppVersion}`;
this.$root.setAppTitle(`Коллекция ${this.collection}`);
}