blocking fluent2 skins again
This commit is contained in:
parent
886a250015
commit
b74a741bd8
@ -83,6 +83,10 @@ namespace
|
||||
const auto factoryData = pluginData.value( TokenData ).toObject();
|
||||
|
||||
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() )
|
||||
{
|
||||
// Creating a dummy factory id
|
||||
|
Loading…
x
Reference in New Issue
Block a user