Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LuaMenu/widgets/api_steam_handler.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ function SteamHandler.OpenFriendList()
WG.WrapperLoopback.SteamOpenOverlaySection("LobbyInvite")
local function EnableFallback()
if not overlayActive then
WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends through the standalone Steam application.", {width = 380, height = 220})
WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends using the Steam friend list.", {width = 380, height = 220})
end
end
WG.Delay(EnableFallback, 0.5)
else
WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends through the standalone Steam application.", {width = 380, height = 220})
WG.Chobby.InformationPopup("The Steam overlay is currently disabled. You must invite friends using the Steam friend list.", {width = 380, height = 220})
end
end

Expand Down