Skip to content

Commit

Permalink
do not enabled non-working remove plugin button
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Nov 16, 2017
1 parent 3113c38 commit c2dd64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacPass/MPPluginSettingsController.m
Expand Up @@ -111,7 +111,7 @@ - (MPPlugin *)pluginForRow:(NSInteger)row {
- (void)tableViewSelectionDidChange:(NSNotification *)notification {
NSTableView *table = notification.object;
MPPlugin *plugin = [self pluginForRow:table.selectedRow];
[self.addRemovePluginsControl setEnabled:(nil != plugin) forSegment:MPRemovePluginSegment];
//[self.addRemovePluginsControl setEnabled:(nil != plugin) forSegment:MPRemovePluginSegment];
[self showSettingsForPlugin:plugin];
}

Expand Down

0 comments on commit c2dd64f

Please sign in to comment.