Add more "help text" to UWPOverlay

main
Peter Repukat 3 years ago
parent f59d9638c5
commit c8d7f437a2

@ -74,7 +74,9 @@ inline void AddUwpOverlayOvWidget()
else {
spdlog::error("UWPOverlayEnablerDLL not found");
}
}
}
ImGui::Text("If the overlay isn't working right away:");
ImGui::Text("try opening Windows start menu, as this triggers the hook");
}
ImGui::End();
});

Loading…
Cancel
Save