mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37:19 -08:00
fix<Welcome>: update bookmark color after theme changed
This commit is contained in:
parent
918263130c
commit
45752cecf7
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ namespace SourceGit.Views.Widgets {
|
|||
public Welcome() {
|
||||
InitializeComponent();
|
||||
UpdateVisibles();
|
||||
Models.Theme.AddListener(this, UpdateVisibles);
|
||||
}
|
||||
|
||||
#region POPUP_CONTAINER
|
||||
|
|
Loading…
Reference in a new issue