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