Remove classic era checks for functions that were added.

This commit is contained in:
Flamanis
2023-08-31 15:40:06 -05:00
parent 5cef044c5c
commit bc2ab474e7
5 changed files with 13 additions and 35 deletions
@@ -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()