Add Error Message

This commit is contained in:
DB p 2025-04-10 01:46:29 +09:00
parent f1b0bb82e0
commit ebff80caea

View file

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