From fb6864985636835033363b97466a3e1bcd7eba62 Mon Sep 17 00:00:00 2001 From: TaYaKi71751 Date: Sun, 6 Oct 2024 16:21:33 +0900 Subject: [PATCH] Fix --- windows/runner/win32_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/runner/win32_window.cpp b/windows/runner/win32_window.cpp index 768daad..4dd5f80 100644 --- a/windows/runner/win32_window.cpp +++ b/windows/runner/win32_window.cpp @@ -22,7 +22,7 @@ constexpr const wchar_t kWindowClassName[] = L"FLUTTER_RUNNER_WIN32_WINDOW"; /// /// A value of 0 indicates apps should use dark mode. A non-zero or missing /// value indicates apps should use light mode. -constexpr const wchar_t kGetP;referredBrightnessRegKey[] = +constexpr const wchar_t kGetPreferredBrightnessRegKey[] = L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize"; constexpr const wchar_t kGetPreferredBrightnessRegValue[] = L"AppsUseLightTheme";