Disable KDE for Windows

This commit is contained in:
Ximi1970
2020-12-15 22:18:13 +01:00
parent 53a7c4d47e
commit 039a44b257

View File

@@ -393,7 +393,7 @@ void SysTrayXLink::DecodeMessage( const QByteArray& message )
*/
emit signalKdeIntegration( hide_default_icon );
#if defined( Q_OS_UNIX ) && defined( NO_KDE_INTEGRATION )
#if ( defined( Q_OS_UNIX ) && defined( NO_KDE_INTEGRATION ) ) || defined( Q_OS_WIN )
sendDisableKdeIntegration();