mirror of
https://example.com
synced 2024-11-22 17:46:39 +09:00
fix: show update popup (close #66)
This commit is contained in:
parent
d0b8984d0e
commit
85261c0b08
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ function checkForSplash() {
|
|||
// 変なバージョン文字列来るとcompareVersionsでエラーになるため
|
||||
if (
|
||||
lastVersion != null &&
|
||||
compareVersions(version, lastVersion) === 1 &&
|
||||
version !== lastVersion &&
|
||||
defaultStore.state.showUpdates
|
||||
) {
|
||||
// ログインしてる場合だけ
|
||||
|
|
Loading…
Reference in a new issue