From 2c3ab9547260d7fc65c4a362a54211b275bcd701 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 1 Jan 2023 20:14:02 +0000 Subject: [PATCH] Show manual deploy options on mini variant, sometimes needed Signed-off-by: falkTX --- src/override/MenuBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/override/MenuBar.cpp b/src/override/MenuBar.cpp index 82fd24b..a390a34 100644 --- a/src/override/MenuBar.cpp +++ b/src/override/MenuBar.cpp @@ -172,7 +172,7 @@ struct FileButton : MenuButton { patchUtils::revertDialog(); }, APP->patch->path.empty())); -#if defined(HAVE_LIBLO) && ! CARDINAL_VARIANT_MINI +#if defined(HAVE_LIBLO) || CARDINAL_VARIANT_MINI menu->addChild(new ui::MenuSeparator); remoteUtils::RemoteDetails* const remoteDetails = remoteUtils::getRemote();