Skip to content

Commit ebff80c

Browse files
committed
Add Error Message
1 parent f1b0bb8 commit ebff80c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingPages/ViewModels/SettingsPaneGeneralViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ public bool LegacyKoreanIMEEnabled
206206
}
207207
else
208208
{
209-
Debug.WriteLine("[DEBUG] Failed to set LegacyKoreanIMEEnabled");
209+
//Since this is rarely seen text, language support is not provided.
210+
App.API.ShowMsg("Failed to change Korean IME setting", "Please check your system registry access or contact support.");
210211
}
211212
}
212213
}

0 commit comments

Comments
 (0)