fix(frontend): 自動バックアップが設定されていない環境では設定が消滅する旨の警告を出すように (#15802)

* fix(frontend): 自動バックアップが設定されていない環境ではローカルの設定を削除しないように

* Update Changelog

* fix lint

* fix: 警告を出すだけのみにする

* fix

* apply suggestion
This commit is contained in:
かっこかり 2025-04-13 16:59:01 +09:00 committed by GitHub
parent 8edf1bc208
commit f7195d54d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 14 additions and 5 deletions

View file

@ -5,6 +5,7 @@
### Client
- Fix: ログアウトした際に処理が終了しない問題を修正
- Fix: 自動バックアップが設定されている環境でログアウト直前に設定をバックアップするように
### Server
- Fix: システムアカウントの名前がサーバー名と同期されない問題を修正