mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 16:02:43 +01:00 
			
		
		
		
	feat(tray): fallback to Title for items without ToolTip
This commit is contained in:
		| @@ -119,6 +119,9 @@ void Item::setProperty(const Glib::ustring& name, Glib::VariantBase& value) { | ||||
|       id = get_variant<std::string>(value); | ||||
|     } else if (name == "Title") { | ||||
|       title = get_variant<std::string>(value); | ||||
|       if (tooltip.text.empty()) { | ||||
|         event_box.set_tooltip_markup(title); | ||||
|       } | ||||
|     } else if (name == "Status") { | ||||
|       status = get_variant<std::string>(value); | ||||
|     } else if (name == "IconName") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aleksei Bavshin
					Aleksei Bavshin