]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/global.cpp
DBus activation with filemanager iface
[dolphin.git] / src / global.cpp
index d217a67ec82c71996d90b2f2b01636a88189380d..e81b7d34d5f72858009c16eb2f71f4f1c63fd01c 100644 (file)
@@ -62,8 +62,7 @@ bool Dolphin::attachToExistingInstance(const QList<QUrl>& inputUrls, bool openFi
 {
     bool attached = false;
 
-    // TODO: once Wayland clients can raise or activate themselves remove check from conditional
-    if (KWindowSystem::isPlatformWayland() || inputUrls.isEmpty() || !GeneralSettings::openExternallyCalledFolderInNewTab()) {
+    if (inputUrls.isEmpty() || !GeneralSettings::openExternallyCalledFolderInNewTab()) {
         return false;
     }