mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00:00
style<Dashboard>: remove refresh button from toolbar, use F5 to reload repository's data instead
This commit is contained in:
parent
4b9923b84c
commit
6311fa081e
3 changed files with 11 additions and 17 deletions
|
@ -134,7 +134,7 @@ namespace SourceGit.Views {
|
|||
|
||||
if (Keyboard.IsKeyDown(Key.F5)) {
|
||||
var dashboard = container.Get(tabs.Current) as Widgets.Dashboard;
|
||||
if (dashboard != null) dashboard.Refresh(null, null);
|
||||
if (dashboard != null) dashboard.Refresh();
|
||||
e.Handled = true;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue