Make the frontend check both the current bundle as well as the default install location
0110
This commit is contained in:
parent
673e7543c1
commit
ba6fb02319
3 changed files with 20 additions and 22 deletions
|
@ -12,8 +12,7 @@
|
|||
|
||||
// yes, a whole class just so the fucking app will quit
|
||||
|
||||
- (BOOL)windowShouldClose:(id)sender
|
||||
{
|
||||
- (BOOL)windowShouldClose:(id)sender {
|
||||
[NSApp terminate:self];
|
||||
return YES;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue