1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-23 07:01:39 +00:00

Disable symlink/hardlink option when not relevant (Cocoa)

Fixes #247.
This commit is contained in:
Virgil Dupras
2013-12-06 16:17:04 -05:00
parent cb8bb5a70e
commit d14d076989
2 changed files with 9 additions and 0 deletions

View File

@@ -64,4 +64,9 @@ http://www.hardcoded.net/licenses/bsd_license
[[self window] close];
return r == NSOKButton;
}
- (void)setHardlinkOptionEnabled:(BOOL)enabled
{
[linkTypeRadio setEnabled:enabled];
}
@end