style<Repository>: arrange buttons in Repository's tool bar

This commit is contained in:
leo 2024-02-21 10:12:52 +08:00
parent 57c4a8394c
commit dbd91c9b58
2 changed files with 57 additions and 69 deletions

View file

@ -294,10 +294,6 @@ namespace SourceGit.ViewModels {
SearchedCommits = visible;
}
public void ExitSearchMode() {
IsSearching = false;
}
public void SetWatcherEnabled(bool enabled) {
if (_watcher != null) _watcher.SetEnabled(enabled);
}