feat: changed TOPLEVEL to DIALOG frame strata (#8)
This was made because someone was looking for and not only that but within Bagnon when changing the frame layer there's "HIGH" and "TOPLEVEL", and both of them were doing the same thing
This commit is contained in:
parent
e10dcfca1b
commit
81842487b5
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ function Frame:SetFrameLayer(layer)
|
|||
local strata, topLevel = nil, false
|
||||
|
||||
if layer == 'TOPLEVEL' then
|
||||
strata = 'HIGH'
|
||||
strata = 'DIALOG'
|
||||
topLevel = true
|
||||
elseif layer == 'MEDIUMLOW' then
|
||||
strata = 'LOW'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue