mirror of
https://example.com
synced 2024-11-22 22:46:38 +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でエラーになるため
|
// 変なバージョン文字列来るとcompareVersionsでエラーになるため
|
||||||
if (
|
if (
|
||||||
lastVersion != null &&
|
lastVersion != null &&
|
||||||
compareVersions(version, lastVersion) === 1 &&
|
version !== lastVersion &&
|
||||||
defaultStore.state.showUpdates
|
defaultStore.state.showUpdates
|
||||||
) {
|
) {
|
||||||
// ログインしてる場合だけ
|
// ログインしてる場合だけ
|
||||||
|
|
Loading…
Reference in a new issue