Remove classic era checks for functions that were added.
This commit is contained in:
@@ -210,12 +210,7 @@ local function CreatePluginFrames()
|
||||
SOF:SetClampedToScreen (true)
|
||||
|
||||
pcall(function()
|
||||
if (DetailsFramework.IsDragonflight()) then
|
||||
SOF:SetResizeBounds(150, 10, 800, 1024)
|
||||
else
|
||||
SOF:SetMinResize(150, 10)
|
||||
SOF:SetMaxResize(800, 1024)
|
||||
end
|
||||
SOF:SetResizeBounds(150, 10, 800, 1024)
|
||||
end)
|
||||
|
||||
function StreamOverlay:SaveWindowSizeAnLocation()
|
||||
|
||||
Reference in New Issue
Block a user