clarify logical condition in wlr taskbar module
This commit is contained in:
@@ -198,7 +198,7 @@ void Task::handle_title(const char* title) {
|
|||||||
title_ = title;
|
title_ = title;
|
||||||
hide_if_ignored();
|
hide_if_ignored();
|
||||||
|
|
||||||
if (!with_icon_ && !with_name_ || app_info_) {
|
if ((!with_icon_ && !with_name_) || app_info_) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user