diff --git a/source/utils/JucePluginWindow.hpp b/source/utils/JucePluginWindow.hpp index 73e5c2b28..067eb2e04 100644 --- a/source/utils/JucePluginWindow.hpp +++ b/source/utils/JucePluginWindow.hpp @@ -106,7 +106,7 @@ protected: int getDesktopWindowStyleFlags() const override { - return ComponentPeer::windowHasDropShadow | ComponentPeer::windowHasTitleBar | ComponentPeer::windowHasCloseButton; + return ComponentPeer::windowAppearsOnTaskbar | ComponentPeer::windowHasDropShadow | ComponentPeer::windowHasTitleBar | ComponentPeer::windowHasCloseButton; } #ifndef CARLA_OS_LINUX