Compare commits

...

3 Commits

Author SHA1 Message Date
78cb950a80 Update TOCs 2025-02-23 14:00:22 -06:00
06dcc7ce99 Fix imported profiles not saving across reloads 2024-12-28 11:37:49 -06:00
2c00b23bf5 Remove debug print 2024-12-28 11:36:58 -06:00
5 changed files with 22 additions and 5 deletions

View File

@ -1,9 +1,9 @@
## Interface: 110007
## Interface-Retail: 110007
## Interface-Classic: 11505
## Interface-Classic: 11506
## Interface-BCC: 20504
## Interface-Wrath: 30403
## Interface-Cata: 40401
## Interface-Cata: 40402
## Author: Parnic, originally created by Iceroth
## Name: IceHUD
## Title: IceHUD |cff7fff7f-Ace3-|r

View File

@ -1,9 +1,9 @@
## Interface: 110007
## Interface-Retail: 110007
## Interface-Classic: 11505
## Interface-Classic: 11506
## Interface-BCC: 20504
## Interface-Wrath: 30403
## Interface-Cata: 40401
## Interface-Cata: 40402
## Title: IceHUD |cff7fff7f-Options-|r
## Author: Parnic
## Version: @project-version@

View File

@ -830,10 +830,11 @@ function IceHUD_Options:SetupProfileImportButtons()
if err ~= nil then
print("failed to import profile: "..err)
else
print("importing profile")
-- print("importing profile")
IceHUD:PreProfileChanged()
IceHUD:populateDefaults(newTable, IceHUD.IceCore.defaults.profile)
IceHUD.db.profile = IceHUD.deepcopy(newTable)
IceHUD.db.profiles[IceHUD.db:GetCurrentProfile()] = IceHUD.db.profile
IceHUD:PostProfileChanged()
end
AceGUI:Release(widget)

View File

@ -1,5 +1,13 @@
# Changelog
v1.15.12:
- Update TOCs
v1.15.11:
- Fix imported profiles not saving across reloads
v1.15.10:
- Fix Chi not updating properly when the player's maximum amount of Chi points changes (e.g. via Ascension talent).

View File

@ -1,5 +1,13 @@
# Changelog
v1.15.12:
- Update TOCs
v1.15.11:
- Fix imported profiles not saving across reloads
v1.15.10:
- Fix Chi not updating properly when the player's maximum amount of Chi points changes (e.g. via Ascension talent).