mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
Merge pull request #3023 from tomben13/fix_segfault
This commit is contained in:
@ -235,7 +235,10 @@ void Workspaces::doUpdate() {
|
||||
auto wName = wNameRaw.starts_with("special:") ? wNameRaw.substr(8) : wNameRaw;
|
||||
return wName == workspace->name();
|
||||
});
|
||||
|
||||
if (updated_workspace != updated_workspaces.end()) {
|
||||
workspace->setOutput((*updated_workspace)["monitor"].asString());
|
||||
}
|
||||
|
||||
workspace->update(m_format, workspaceIcon);
|
||||
}
|
||||
|
Reference in New Issue
Block a user