Activity: reset icon state

pull/7/head
reven 5 years ago
parent 45b2b1ab79
commit 0146607b58

@ -66,7 +66,9 @@ void Activity::onActiveWindowChanged()
info.windowClassClass() == "cutefish-desktop" ||
info.windowClassClass() == "cutefish-statusbar") {
m_title.clear();
m_icon.clear();
emit titleChanged();
emit iconChanged();
return;
}

Loading…
Cancel
Save