Skip to content

Commit

Permalink
fix: アプリ終了時にアプリ設定データを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ayutaz committed Feb 5, 2025
1 parent b427225 commit 7606204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/uDesktopMascot/Scripts/Manager/SystemManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public void DisposeWebServer()
/// </summary>
private void OnDestroy()
{
ApplicationSettings.Instance.SaveSettings();
_cancellationTokenSource?.Cancel();
_cancellationTokenSource?.Dispose();
_webServiceHost?.Dispose();
Expand Down

0 comments on commit 7606204

Please sign in to comment.