Skip to content

Commit 313f3dd

Browse files
authored
Fixed that the GUI window of the resource "internetradio" collides with the GUI window of the resource "helpmanager" (#498)
1 parent a3c9e17 commit 313f3dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[gameplay]/internetradio/client.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function openGUI()
154154
end
155155
addEvent("Speaker.openInterface", true)
156156
addEventHandler("Speaker.openInterface", root, openGUI)
157-
bindKey("F9", "down", openGUI)
157+
bindKey("F3", "down", openGUI)
158158

159159
function clickEvent()
160160
if (source == setBtn) then
@@ -350,4 +350,4 @@ function getSetting(setting)
350350
else
351351
return false
352352
end
353-
end
353+
end

0 commit comments

Comments
 (0)