mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
parent
f41fbbfa36
commit
914a11c183
@ -20,6 +20,7 @@
|
||||
- リスト、アンテナタイムラインを個別ページとして分割
|
||||
- UIの改善
|
||||
- MFMにsparklesエフェクトを追加
|
||||
- 非ログイン自は更新ダイアログを出さないように
|
||||
|
||||
### Bugfixes
|
||||
- アカウントデータのエクスポート/インポート処理ができない問題を修正
|
||||
|
@ -217,7 +217,10 @@ if (lastVersion !== version) {
|
||||
|
||||
try { // 変なバージョン文字列来るとcompareVersionsでエラーになるため
|
||||
if (lastVersion != null && compareVersions(version, lastVersion) === 1) {
|
||||
popup(import('@client/components/updated.vue'), {}, {}, 'closed');
|
||||
// ログインしてる場合だけ
|
||||
if ($i) {
|
||||
popup(import('@client/components/updated.vue'), {}, {}, 'closed');
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user