mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-03-30 06:29:39 +00:00
Default to bundled images path
This commit is contained in:
parent
d52075d5c1
commit
91b1cc58f9
@ -243,8 +243,7 @@
|
||||
NSURL *url = [[NSUserDefaults standardUserDefaults] URLForKey:kApple2DisksURL];
|
||||
if (!url)
|
||||
{
|
||||
url = [[NSBundle mainBundle] URLForResource:@"blank" withExtension:@"dsk.gz"];
|
||||
url = [url URLByDeletingLastPathComponent];
|
||||
url = [[NSBundle mainBundle] URLForResource:@"images" withExtension:nil];
|
||||
}
|
||||
[openPanel setDirectoryURL:url];
|
||||
[openPanel setShowsResizeIndicator:YES];
|
||||
|
Loading…
x
Reference in New Issue
Block a user