mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Add a Refresh button to the main window toolbar
This commit is contained in:
@@ -151,6 +151,11 @@
|
||||
[PBCloneRepsitoryToSheet beginCloneRepsitoryToSheetForRepository:repository];
|
||||
}
|
||||
|
||||
- (IBAction) refresh:(id)sender
|
||||
{
|
||||
[repository forceUpdateRevisions];
|
||||
}
|
||||
|
||||
- (void) updateStatus
|
||||
{
|
||||
NSString *status = contentController.status;
|
||||
|
||||
Reference in New Issue
Block a user