fix listing
This commit is contained in:
parent
1129c99296
commit
e3a6fce753
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user