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:
committed by
GitHub
parent
e10dcfca1b
commit
81842487b5
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user