mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 04:42:29 +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 {
|
- (void)tableViewSelectionDidChange:(NSNotification *)notification {
|
||||||
NSTableView *table = notification.object;
|
NSTableView *table = notification.object;
|
||||||
MPPlugin *plugin = [self pluginForRow:table.selectedRow];
|
MPPlugin *plugin = [self pluginForRow:table.selectedRow];
|
||||||
[self.addRemovePluginsControl setEnabled:(nil != plugin) forSegment:MPRemovePluginSegment];
|
//[self.addRemovePluginsControl setEnabled:(nil != plugin) forSegment:MPRemovePluginSegment];
|
||||||
[self showSettingsForPlugin:plugin];
|
[self showSettingsForPlugin:plugin];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user