We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308630e commit 4d7734bCopy full SHA for 4d7734b
1 file changed
src/main.cpp
@@ -426,7 +426,7 @@ void ShowContent(fui::Win32Window& window) {
426
if (GetArtifacts().empty()) {
427
window.SetResizeMode(
428
fui::Window::ResizeMode::Fixed, fui::Window::ResizeMode::Fixed);
429
- fuii::Label("Couldn't find any OpenKneeboard components.")
+ fuii::Label("Couldn't find anything from OpenKneeboard on your computer.")
430
.Styled(ContentLayoutStyle);
431
return;
432
}
0 commit comments