mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 16:02:43 +01:00 
			
		
		
		
	Fix wlr/taskbar all-outputs config string
This commit is contained in:
		| @@ -709,7 +709,7 @@ bool Taskbar::show_output(struct wl_output *output) const | ||||
|  | ||||
| bool Taskbar::all_outputs() const | ||||
| { | ||||
|     static bool result = config_["all_outputs"].isBool() ? config_["all_outputs"].asBool() : false; | ||||
|     static bool result = config_["all-outputs"].isBool() ? config_["all-outputs"].asBool() : false; | ||||
|  | ||||
|     return result; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel De Graaf
					Daniel De Graaf