From 46fca1dd8f3443f9628f058727733b2cea80f42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=99=E3=82=89=E3=83=BC=E3=81=B7=E3=81=AE=E5=A6=96?= =?UTF-8?q?=E7=B2=BE?= <73892113+surapunoyousei@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:14:29 +0900 Subject: [PATCH] Update browser-startup.js --- browser/base/content/browser-startup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/base/content/browser-startup.js b/browser/base/content/browser-startup.js index 658c8c132f8bb..940984d41919a 100644 --- a/browser/base/content/browser-startup.js +++ b/browser/base/content/browser-startup.js @@ -17,7 +17,7 @@ function getSystemLocale() { } } - //OS の言語設定への自動追従 + //OS の言語設定への自動追従(この if に使用される pref は初回起動時のみ操作されます。この中にコードを書くと初回起動時のみ動作します) if (!Services.prefs.prefHasUserValue("intl.locale.requested")) { const systemlocale = getSystemLocale() Services.prefs.setStringPref("intl.locale.requested", systemlocale) @@ -101,4 +101,4 @@ function getSystemLocale() { valOpen.close() }); - } \ No newline at end of file + }