Skip to content

Commit

Permalink
Fixed that the GUI window of the resource "internetradio" collides wi…
Browse files Browse the repository at this point in the history
…th the GUI window of the resource "helpmanager" (#498)
  • Loading branch information
T-MaxWiese-T authored Jun 15, 2024
1 parent a3c9e17 commit 313f3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [gameplay]/internetradio/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function openGUI()
end
addEvent("Speaker.openInterface", true)
addEventHandler("Speaker.openInterface", root, openGUI)
bindKey("F9", "down", openGUI)
bindKey("F3", "down", openGUI)

function clickEvent()
if (source == setBtn) then
Expand Down Expand Up @@ -350,4 +350,4 @@ function getSetting(setting)
else
return false
end
end
end

0 comments on commit 313f3dd

Please sign in to comment.