From 45752cecf7bdb568227cfebb3a9c53da4c79984b Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 17 Oct 2022 10:18:36 +0800 Subject: [PATCH] fix: update bookmark color after theme changed --- src/Views/Widgets/Welcome.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Views/Widgets/Welcome.xaml.cs b/src/Views/Widgets/Welcome.xaml.cs index 8f2d4591..fdddc5d6 100644 --- a/src/Views/Widgets/Welcome.xaml.cs +++ b/src/Views/Widgets/Welcome.xaml.cs @@ -24,6 +24,7 @@ namespace SourceGit.Views.Widgets { public Welcome() { InitializeComponent(); UpdateVisibles(); + Models.Theme.AddListener(this, UpdateVisibles); } #region POPUP_CONTAINER