diff --git a/public/images/revelations.png b/public/images/revelations.png
new file mode 100644
index 0000000..a00645a
Binary files /dev/null and b/public/images/revelations.png differ
diff --git a/src/components/views/VersionsView.tsx b/src/components/views/VersionsView.tsx
index 10d2aca..b818fe7 100644
--- a/src/components/views/VersionsView.tsx
+++ b/src/components/views/VersionsView.tsx
@@ -159,6 +159,9 @@ const VersionsView = memo(function VersionsView() {
handleCancelDownload();
}
}
+ } else if (focusBtn === 1 && !isInstalled) {
+ playPressSound();
+ setOpenMenuId(openMenuId === edition.id ? null : edition.id);
} else if (focusBtn === 2) {
playPressSound();
cycleBranch(edition.id);
@@ -393,7 +396,7 @@ const VersionsView = memo(function VersionsView() {
- {!isInstalled ? (
+ {!isInstalled && (
- ) : (
-
)}
+
{openMenuId === edition.id && (