From 796b1f2fc80bc6ba3d4c8e952d944cbc56fecf05 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 2 Jul 2021 17:16:05 -0400 Subject: [PATCH] reset the software list when loading a bookmark. --- Ample/LaunchWindowController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Ample/LaunchWindowController.m b/Ample/LaunchWindowController.m index a5d5830..8d50354 100644 --- a/Ample/LaunchWindowController.m +++ b/Ample/LaunchWindowController.m @@ -850,6 +850,7 @@ static NSString *ShellQuote(NSString *s) { [_mediaController willLoadBookmark: d]; [self reset]; + [self resetSoftware]; [self setMachine: machine]; [self updateSoftwareList];