Skip to content

Commit 06dcc7c

Browse files
committed
Fix imported profiles not saving across reloads
1 parent 2c00b23 commit 06dcc7c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

IceHUD_Options/Options.lua

+1
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ function IceHUD_Options:SetupProfileImportButtons()
834834
IceHUD:PreProfileChanged()
835835
IceHUD:populateDefaults(newTable, IceHUD.IceCore.defaults.profile)
836836
IceHUD.db.profile = IceHUD.deepcopy(newTable)
837+
IceHUD.db.profiles[IceHUD.db:GetCurrentProfile()] = IceHUD.db.profile
837838
IceHUD:PostProfileChanged()
838839
end
839840
AceGUI:Release(widget)

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
v1.15.11:
4+
5+
- Fix imported profiles not saving across reloads
6+
37
v1.15.10:
48

59
- Fix Chi not updating properly when the player's maximum amount of Chi points changes (e.g. via Ascension talent).

this_version.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
v1.15.11:
4+
5+
- Fix imported profiles not saving across reloads
6+
37
v1.15.10:
48

59
- Fix Chi not updating properly when the player's maximum amount of Chi points changes (e.g. via Ascension talent).

0 commit comments

Comments
 (0)