mirror of
https://github.com/arsenetar/dupeguru-cocoa.git
synced 2026-01-22 14:41:40 +00:00
More Cleanups
- Remove seperate hscommon submodule, and use the files in the dupeguru submodule - Update package.py and build.py to account for hscommon submodule removal - Fix one more warning in UI code - Update .gitignore to ignore visual studio code folder
This commit is contained in:
@@ -38,6 +38,6 @@ http://www.gnu.org/licenses/gpl-3.0.html
|
||||
- (IBAction)close:(id)sender
|
||||
{
|
||||
[[self window] orderOut:self];
|
||||
[NSApp stopModalWithCode:NSOKButton];
|
||||
[NSApp stopModalWithCode:NSModalResponseOK];
|
||||
}
|
||||
@end
|
||||
Reference in New Issue
Block a user