diff --git a/GlosSITarget/UWPOverlayEnabler.h b/GlosSITarget/UWPOverlayEnabler.h index c227946..f5831f0 100644 --- a/GlosSITarget/UWPOverlayEnabler.h +++ b/GlosSITarget/UWPOverlayEnabler.h @@ -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(); });