Skip to content

Commit 4d7734b

Browse files
committed
💬 Friendlier text when nothing is found.
1 parent 308630e commit 4d7734b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ void ShowContent(fui::Win32Window& window) {
426426
if (GetArtifacts().empty()) {
427427
window.SetResizeMode(
428428
fui::Window::ResizeMode::Fixed, fui::Window::ResizeMode::Fixed);
429-
fuii::Label("Couldn't find any OpenKneeboard components.")
429+
fuii::Label("Couldn't find anything from OpenKneeboard on your computer.")
430430
.Styled(ContentLayoutStyle);
431431
return;
432432
}

0 commit comments

Comments
 (0)