diff --git a/Ample/SlotViewController.m b/Ample/SlotViewController.m index 92b4948..2689643 100644 --- a/Ample/SlotViewController.m +++ b/Ample/SlotViewController.m @@ -347,6 +347,8 @@ static unsigned RootKey = 0; NSDictionary *dict = [bookmark objectForKey: @"slots"]; + [self setMachine: [bookmark objectForKey: @"machine"]]; + [self resetSlots: nil]; for (Slot *item in _root) { [item reserialize: dict];