update text a lil

This commit is contained in:
2026-06-28 16:24:09 +01:00
parent 7c5e64774c
commit 40bb3e2cc2
+2 -2
View File
@@ -128,9 +128,9 @@ impl App {
ui.add_space(8.0);
ui.add_enabled_ui(false, |ui| {
ui.label(if win::is_window_focused(WINDOW_TITLE) {
"GTA is focused."
"Game is focused."
} else {
"GTA is not focused!"
"Game is not focused!"
})
});
}