Files 2
Downloads 181,633
Favorites 311
My AddOns
    View Bug Report
    Position not being saved
    Bug #: 748
    File: TTSpellTimer
    Date: 04-19-06 05:06 AM
    By: none
    Status: Fixed
    Seems like there is a bug with this addon and position.

    After every login I have to move the window and remove the background again.

    I removed the TTSpellTimer.lua from SavedVariables and started wow, set the window to the position I wanted and removed background, this is what my lua files look like, and I still have to redo it every time I logon.

    TTST_SpellDataUser = {
    ["Spells"] = {
    },
    ["Settings"] = {
    ["TimerScaling"] = 1,
    ["Disabled"] = "no",
    ["TimerFramePosition"] = {
    },
    ["HideBackground"] = "yes",
    ["DisableAutoMessages"] = "no",
    },
    }