Added an option to toggle between rounded and squared tooltips
This commit is contained in:
+7
-1
@@ -1674,11 +1674,17 @@
|
||||
end
|
||||
end
|
||||
|
||||
GameCooltip:ShowRoundedCorner()
|
||||
Details:AddRoundedCornerToTooltip()
|
||||
GameCooltip:ShowCooltip()
|
||||
end
|
||||
end
|
||||
|
||||
function Details:AddRoundedCornerToTooltip()
|
||||
if (Details.tooltip.rounded_corner) then
|
||||
GameCooltip:ShowRoundedCorner()
|
||||
end
|
||||
end
|
||||
|
||||
function Details.gump:UpdateTooltip(whichRowLine, esta_barra, instancia)
|
||||
if (IsShiftKeyDown()) then
|
||||
return instancia:MontaTooltip(esta_barra, whichRowLine, "shift")
|
||||
|
||||
Reference in New Issue
Block a user