mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Error Message
This commit is contained in:
parent
f1b0bb82e0
commit
ebff80caea
1 changed files with 2 additions and 1 deletions
|
|
@ -206,7 +206,8 @@ public partial class SettingsPaneGeneralViewModel : BaseModel
|
||||||
}
|
}
|
||||||
else
|
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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue