blocking fluent2 skins again

This commit is contained in:
Uwe Rathmann 2023-06-20 19:15:15 +02:00
parent 886a250015
commit b74a741bd8

View File

@ -83,6 +83,10 @@ 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