unblocking the fluent2 skins
This commit is contained in:
parent
7f368d13dd
commit
d27a19ba57
|
@ -83,10 +83,6 @@ namespace
|
||||||
const auto factoryData = pluginData.value( TokenData ).toObject();
|
const auto factoryData = pluginData.value( TokenData ).toObject();
|
||||||
|
|
||||||
m_factoryId = factoryData.value( TokenFactoryId ).toString().toLower();
|
m_factoryId = factoryData.value( TokenFactoryId ).toString().toLower();
|
||||||
#if 1
|
|
||||||
if ( m_factoryId == "fluent2factory" )
|
|
||||||
return false; // we need to solve a couple of problems first
|
|
||||||
#endif
|
|
||||||
if ( m_factoryId.isEmpty() )
|
if ( m_factoryId.isEmpty() )
|
||||||
{
|
{
|
||||||
// Creating a dummy factory id
|
// Creating a dummy factory id
|
||||||
|
|
Loading…
Reference in New Issue