mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix: always update standard style
This commit is contained in:
parent
7bb3de4bdf
commit
959b73053e
1 changed files with 2 additions and 0 deletions
|
|
@ -344,6 +344,8 @@ namespace Dalamud.Interface.Internal
|
|||
configuration.ChosenStyle = StyleModel.DalamudStandard.Name;
|
||||
}
|
||||
|
||||
configuration.SavedStyles[0] = StyleModel.DalamudStandard;
|
||||
|
||||
var style = configuration.SavedStyles.FirstOrDefault(x => x.Name == configuration.ChosenStyle) ?? StyleModel.DalamudStandard;
|
||||
style.Apply();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue