[AGS] QuickView: Use better battery icon
This commit is contained in:
		| @@ -125,7 +125,7 @@ const BatteryWidget = () => { | ||||
|     if (battery.get_is_present()) { | ||||
|         return ( | ||||
|             <image | ||||
|                 iconName={bind(battery, "iconName").as(icon => icon)} | ||||
|                 iconName={bind(battery, "batteryIconName").as(icon => icon)} | ||||
|                 cssClasses={["quick-view-symbol"]} | ||||
|                 tooltipText={bind(battery, 'percentage').as(p => `${Math.round(p * 100)}%`)} | ||||
|             ></image> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user