v1.0.2.2: Fix ColorUtils.GetColorByScale crash that prevented hotbars from showing

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 02:49:34 -05:00
parent 481f1cd45a
commit 1011d126d8
6 changed files with 26 additions and 11 deletions
-1
View File
@@ -373,7 +373,6 @@ namespace HSUI.Config
if (!IsFreshInstall())
{
LoadConfigurations();
// gotta save after initial load store possible version update changes right away
SaveConfigurations(true);
}