mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
style<Repository>: arrange buttons in Repository's tool bar
This commit is contained in:
parent
57c4a8394c
commit
dbd91c9b58
2 changed files with 57 additions and 69 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue