Поправлен баг
This commit is contained in:
@@ -336,7 +336,7 @@ class Reader extends Vue {
|
|||||||
|
|
||||||
let againMes = '';
|
let againMes = '';
|
||||||
if (this.isFirstNeedUpdateNotify) {
|
if (this.isFirstNeedUpdateNotify) {
|
||||||
againMes = ' ЕЩЕ один раз';
|
againMes = ' еще один раз';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.version != this.clientVersion)
|
if (this.version != this.clientVersion)
|
||||||
@@ -346,9 +346,9 @@ class Reader extends Vue {
|
|||||||
} finally {
|
} finally {
|
||||||
this.checkingNewVersion = false;
|
this.checkingNewVersion = false;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
this.isFirstNeedUpdateNotify = false;
|
this.isFirstNeedUpdateNotify = false;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
updateHeaderMinWidth() {
|
updateHeaderMinWidth() {
|
||||||
const showButtonCount = Object.values(this.showToolButton).reduce((a, b) => a + (b ? 1 : 0), 0);
|
const showButtonCount = Object.values(this.showToolButton).reduce((a, b) => a + (b ? 1 : 0), 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user