bug - bookmarks didn't restore built-in floppy disk settings (such as disabling the 5.25" drives on a iigs)

This commit is contained in:
Kelvin Sherlock 2023-04-27 17:56:19 -04:00
parent d0987932a8
commit 23946962ad
1 changed files with 2 additions and 1 deletions

View File

@ -276,7 +276,8 @@ static NSDictionary *IndexMap = nil;
}
// set up child name so bookmarks work.
if (c == ':') _name = p;
//if (c == ':') _name = p;
if (c != '-') _name = p;
}