mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
do not enabled non-working remove plugin button
This commit is contained in:
@@ -111,7 +111,7 @@ typedef NS_ENUM(NSUInteger, MPPluginSegmentType) {
|
||||
- (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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user