Show manual deploy options on mini variant, sometimes needed

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-01-01 20:14:02 +00:00
parent 696e404009
commit 2c3ab95472
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -172,7 +172,7 @@ struct FileButton : MenuButton {
patchUtils::revertDialog(); patchUtils::revertDialog();
}, APP->patch->path.empty())); }, APP->patch->path.empty()));
#if defined(HAVE_LIBLO) && ! CARDINAL_VARIANT_MINI #if defined(HAVE_LIBLO) || CARDINAL_VARIANT_MINI
menu->addChild(new ui::MenuSeparator); menu->addChild(new ui::MenuSeparator);
remoteUtils::RemoteDetails* const remoteDetails = remoteUtils::getRemote(); remoteUtils::RemoteDetails* const remoteDetails = remoteUtils::getRemote();