From ebff80caea3dd3d7e0cf05ee95ef6b3515b6aa23 Mon Sep 17 00:00:00 2001 From: DB p Date: Thu, 10 Apr 2025 01:46:29 +0900 Subject: [PATCH] Add Error Message --- .../SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs index 3a20f81d5..33a7428db 100644 --- a/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs +++ b/Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs @@ -206,7 +206,8 @@ public partial class SettingsPaneGeneralViewModel : BaseModel } else { - Debug.WriteLine("[DEBUG] Failed to set LegacyKoreanIMEEnabled"); + //Since this is rarely seen text, language support is not provided. + App.API.ShowMsg("Failed to change Korean IME setting", "Please check your system registry access or contact support."); } } }