mirror of
https://github.com/Alexays/Waybar.git
synced 2026-04-01 04:13:38 +00:00
Merge pull request #4945 from B2krobbery/clean-parentheses-fix
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;
|
||||
hide_if_ignored();
|
||||
|
||||
if (!with_icon_ && !with_name_ || app_info_) {
|
||||
if ((!with_icon_ && !with_name_) || app_info_) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user