Do not show resize handle in mini variant
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
1497e54974
commit
e418bb17c6
4 changed files with 12 additions and 2 deletions
|
@ -533,6 +533,15 @@ END_NAMESPACE_DISTRHO
|
|||
|
||||
namespace rack {
|
||||
|
||||
bool isMini()
|
||||
{
|
||||
#if CARDINAL_VARIANT_MINI
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool isStandalone()
|
||||
{
|
||||
return std::strstr(getPluginFormatName(), "Standalone") != nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue