Bug fixes; added YouTube image.

This commit is contained in:
Marcio T
2021-12-07 20:24:17 -07:00
parent afb8d6fe8f
commit 49ce1bc093
7 changed files with 60 additions and 12 deletions

View File

@@ -83,9 +83,11 @@ void run_tip() {
}
} while (!gDone);
EjectAllMedia();
DisposeTipWindow();
DisposeRgn(cursorRgn);
// Remount any drives we may have unmounted
mac_mount_drives();
}
void NewTipWindow() {