From 0ada970337faad764a67e1f81dbbe169d916032e Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 23 Jun 2025 17:12:25 +0900 Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=AE=E8=87=AA=E5=8B=95=E3=83=90=E3=83=83=E3=82=AF=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=82=92=E3=82=AA=E3=83=B3=E3=81=AB=E3=81=97?= =?UTF-8?q?=E3=81=9F=E7=9B=B4=E5=BE=8C=E3=81=AB=E8=87=AA=E5=8B=95=E3=83=90?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=82=A2=E3=83=83=E3=83=97=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- packages/frontend/src/preferences/utility.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4bc493e3..62d95bce3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - ### Client -- +- Enhance: 設定の自動バックアップをオンにした直後に自動バックアップするように ### Server - diff --git a/packages/frontend/src/preferences/utility.ts b/packages/frontend/src/preferences/utility.ts index a6687251af..80949f4971 100644 --- a/packages/frontend/src/preferences/utility.ts +++ b/packages/frontend/src/preferences/utility.ts @@ -35,6 +35,8 @@ export function getPreferencesProfileMenu(): MenuItem[] { } store.set('enablePreferencesAutoCloudBackup', true); + + cloudBackup(); } else { store.set('enablePreferencesAutoCloudBackup', false); }