From 6215a0df120b6cd97f1ffea2d2db9aaa5ae61f29 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 3 Jun 2021 23:03:29 -0400 Subject: [PATCH] slot view needs to know the machine. --- Ample/SlotViewController.m | 2 ++ 1 file changed, 2 insertions(+) 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];