Skip to content

Commit

Permalink
Merge pull request #32 from Gogo1951/Gogo1951-patch-9
Browse files Browse the repository at this point in the history
Update Open-Sesame.lua
  • Loading branch information
Gogo1951 authored Jan 30, 2025
2 parents e144646 + 603bb32 commit 2a3d8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Open-Sesame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ local minimapButton =
local status =
OpenSesame.isPaused and "|cffFFAA00Paused|r" or
(OpenSesame.isEnabled and "|cff00FF00Enabled|r" or "|cffFF0000Disabled|r")
tooltip:AddDoubleLine("Status:", status, 1, 1, 1, 1, 1, 1)
tooltip:AddDoubleLine("Status :", status, 1, 1, 1, 1, 1, 1)
tooltip:AddLine(" ", 1, 1, 1)
tooltip:AddLine("Click to Enable or Disable.", 0.8, 0.8, 0.8)
tooltip:AddLine("Click to Enable or Disable Auto-open.", 0.8, 0.8, 0.8)
end
}
)
Expand Down

0 comments on commit 2a3d8ca

Please sign in to comment.