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:
Matthew Rodrigues
2024-02-20 05:37:21 +00:00
committed by GitHub
parent e10dcfca1b
commit 81842487b5
+1 -1
View File
@@ -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'