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