mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
fix: frame name for report bugs
This commit is contained in:
parent
acfc860802
commit
91bfda1c94
|
@ -49,7 +49,7 @@ function gmInte.openReportBug()
|
|||
local frame = vgui.Create("DFrame")
|
||||
frame:SetSize(500, (700 / 1080) * ScrH())
|
||||
frame:Center()
|
||||
frame:SetTitle(Localize("gmod_integration.report_bug.title", "Report Bug"))
|
||||
frame:SetTitle(gmInte.getFrameName(Localize("gmod_integration.report_bug.title", "Report Bug")))
|
||||
frame:MakePopup()
|
||||
gmInte.applyPaint(frame)
|
||||
// bug report = screenshot, description, steps to reproduce, expected result, actual result
|
||||
|
|
Loading…
Reference in New Issue
Block a user