1
0
Fork 1
mirror of https://example.com synced 2024-11-22 23:36:38 +09:00

fix: show update popup (close #66)

This commit is contained in:
naskya 2023-09-21 17:27:08 +09:00
parent d0b8984d0e
commit 85261c0b08
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -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
) { ) {
// ログインしてる場合だけ // ログインしてる場合だけ