mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
refactor<*>: use DynamicResource instead of StaticResource for brushes and locales
This commit is contained in:
parent
4a56b47265
commit
afc4eafb6f
73 changed files with 630 additions and 601 deletions
|
@ -69,6 +69,10 @@ namespace SourceGit.Views {
|
|||
#endregion
|
||||
|
||||
#region RIGHT_COMMANDS
|
||||
private void ChangeTheme(object sender, RoutedEventArgs e) {
|
||||
Models.Theme.Change();
|
||||
}
|
||||
|
||||
private void OpenPreference(object sender, RoutedEventArgs e) {
|
||||
var dialog = new Preference() { Owner = this };
|
||||
dialog.ShowDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue