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."); } } }