mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-07 14:38:09 +02:00
Disable KDE for Windows
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user