We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b994c24 commit 68dd5daCopy full SHA for 68dd5da
GitUpKit/Views/GIAdvancedCommitViewController.m
@@ -65,11 +65,9 @@ - (void)onSearchTextDidChange:(NSString *)text {
65
BOOL isSearchDisabled = [@"" isEqualToString:text];
66
if (isSearchDisabled) {
67
[self.repository updateFilePattern:nil];
68
- self.commitButton.toolTip = nil;
69
}
70
else {
71
[self.repository updateFilePattern:text];
72
- self.commitButton.toolTip = NSLocalizedString(@"Search in progress", nil);
73
74
[self _updateCommitButton];
75
0 commit comments