diff --git a/src/shell/widgetexplorer/widgetexplorer.cpp b/src/shell/widgetexplorer/widgetexplorer.cpp index 86716edb6..a00317577 100644 --- a/src/shell/widgetexplorer/widgetexplorer.cpp +++ b/src/shell/widgetexplorer/widgetexplorer.cpp @@ -313,7 +313,7 @@ void WidgetExplorer::setDesktopView(DesktopView *view) void WidgetExplorer::setApplication(const QString &app) { - if (d->application == app) { + if (d->application == app && !app.isEmpty()) { return; }