dark uiglow looks better

This commit is contained in:
goat 2024-11-04 22:59:24 +01:00
parent d08520b245
commit 66c24b630a

View file

@ -454,7 +454,7 @@ internal class TitleScreenMenuWindow : Window, IDisposable
var titleVersionText = new SeStringBuilder() var titleVersionText = new SeStringBuilder()
.AddText(addon->AtkValues[1].GetValueAsString()) .AddText(addon->AtkValues[1].GetValueAsString())
.AddText("\n\n") .AddText("\n\n")
.AddUiGlow(10) .AddUiGlow(701)
.AddUiForeground(SeIconChar.BoxedLetterD.ToIconString(), 539) .AddUiForeground(SeIconChar.BoxedLetterD.ToIconString(), 539)
.AddUiGlowOff() .AddUiGlowOff()
.AddText($" Dalamud: {Util.GetScmVersion()}") .AddText($" Dalamud: {Util.GetScmVersion()}")