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