Fix imported profiles not saving across reloads

This commit is contained in:
Parnic
2024-12-28 11:37:49 -06:00
parent 2c00b23bf5
commit 06dcc7ce99
3 changed files with 9 additions and 0 deletions

View File

@ -834,6 +834,7 @@ function IceHUD_Options:SetupProfileImportButtons()
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,9 @@
# Changelog
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,9 @@
# Changelog
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).