Download
(690 b)
Download
Updated: 10-14-10 09:39 AM
Pictures
File Info
Updated:10-14-10 09:39 AM
Created:10-14-10 09:39 AM
Downloads:2,145
Favorites:4
MD5:

Clock Hider

Version: 1.0
by: Nogun [More]

In 4.0.1 the option to disable/hide the default clock attached to the Minimap frame was removed. This addon simply hides it again, no additional options or settings.



You could also simply hide the Minimap clock by adding this LUA code to another addon (with the downside that you need to re-edit the LUA each time you update that particular addon):

Credit for the code goes to Ailae on the WOWI Boards.

Code:
local f = CreateFrame("Frame", nil, UIParent)

f:RegisterEvent("ADDON_LOADED")

f:SetScript("OnEvent", function(self, event, name)

    if name == "Blizzard_TimeManager" then

        TimeManagerClockButton:Hide()

        TimeManagerClockButton:SetScript("OnShow", function(self)

            TimeManagerClockButton:Hide()

        end)

    end

end)

Post A Reply Comment Options
Unread 10-14-10, 11:00 PM  
azguz
A Murloc Raider

Forum posts: 8
File comments: 66
Uploads: 0
I tried to add the code to midget map and it didn't work for me. Is there a specific spot to add it.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 11:30 AM  
moonshade
A Kobold Labourer

Forum posts: 0
File comments: 61
Uploads: 0
Thanks... Gonna test this out. Bloody retarded that they removed this option.... Oh wait... we ARE talking about Bliz....
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: