fixed an issue on Streamer! Plugin

This commit is contained in:
Tercio Jose
2022-09-15 22:30:25 -03:00
parent ed0a2cc6d8
commit 019acd6809
@@ -213,7 +213,12 @@ local function CreatePluginFrames()
SOF:SetResizable (true)
SOF:SetClampedToScreen (true)
SOF:SetResizeBounds(150, 10, 800, 1024)
if (DetailsFramework.IsDragonflight()) then
SOF:SetResizeBounds(150, 10, 800, 1024)
else
SOF:SetMinResize(150, 10)
SOF:SetMaxResize(800, 1024)
end
function StreamOverlay:SaveWindowSizeAnLocation()
--> save size first