mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Pushed some logic for fairware from gui layers to hscommon.
This commit is contained in:
@@ -166,7 +166,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
[[self resultWindow] restoreColumnsPosition:columnsOrder widths:columnsWidth];
|
||||
else
|
||||
[[self resultWindow] resetColumnsToDefault:nil];
|
||||
[HSFairwareReminder showNagWithApp:[self py]];
|
||||
[py initialRegistrationSetup];
|
||||
[py loadSession];
|
||||
}
|
||||
|
||||
@@ -227,4 +227,14 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
{
|
||||
[Dialogs showMessage:msg];
|
||||
}
|
||||
|
||||
- (void)setupAsRegistered
|
||||
{
|
||||
// Nothing to do.
|
||||
}
|
||||
|
||||
- (void)showFairwareNag
|
||||
{
|
||||
[HSFairwareReminder showNagWithApp:[self py]];
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user