Browse Source

Show manual deploy options on mini variant, sometimes needed

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.02
falkTX 3 years ago
parent
commit
2c3ab95472
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/override/MenuBar.cpp

+ 1
- 1
src/override/MenuBar.cpp View File

@@ -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();


Loading…
Cancel
Save