mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Made a few UI fixes. Mostly, it's about main menu item not pointing the appropriate target.
This commit is contained in:
@@ -59,10 +59,8 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
int r = n2i([py doScan]);
|
||||
if (r != 0)
|
||||
[[ProgressController mainProgressController] hide];
|
||||
if (r == 3)
|
||||
{
|
||||
if (r == 3) {
|
||||
[Dialogs showMessage:@"The selected directories contain no scannable file."];
|
||||
[app toggleDirectories:nil];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user