Skip to content

Commit

Permalink
Bug window frame level
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Nov 1, 2024
1 parent ac68d61 commit 54f62b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/Handlers/Bugs/BugWindow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ end

function addon.BugWindow.Create()
window = CreateFrame('Frame', 'SUIErrorWindow', UIParent, 'SettingsFrameTemplate')
window:SetFrameStrata('DIALOG')
window:SetFrameStrata('FULLSCREEN')
window:SetFrameLevel(600)
window:SetSize(850, 500)
window:SetPoint('CENTER')
window:SetMovable(true)
Expand Down

0 comments on commit 54f62b7

Please sign in to comment.