mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57: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() {
|
public Welcome() {
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
UpdateVisibles();
|
UpdateVisibles();
|
||||||
|
Models.Theme.AddListener(this, UpdateVisibles);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region POPUP_CONTAINER
|
#region POPUP_CONTAINER
|
||||||
|
|
Loading…
Reference in a new issue