mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	fix(workspaces): persistant class with empty outputs
This commit is contained in:
		@@ -80,6 +80,7 @@ void Workspaces::onCmd(const struct Ipc::ipc_response &res) {
 | 
			
		||||
              // Adding to all outputs
 | 
			
		||||
              Json::Value v;
 | 
			
		||||
              v["name"] = p_w_name;
 | 
			
		||||
              v["target_output"] = "";
 | 
			
		||||
              workspaces_.emplace_back(std::move(v));
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user