mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	fix: remove TODO
This commit is contained in:
		@@ -75,7 +75,6 @@ void waybar::modules::SNI::Item::getAll(GObject* obj, GAsyncResult* res,
 | 
				
			|||||||
      item->icon_name = g_variant_dup_string(value, nullptr);
 | 
					      item->icon_name = g_variant_dup_string(value, nullptr);
 | 
				
			||||||
    } else if (g_strcmp0(key, "IconPixmap") == 0) {
 | 
					    } else if (g_strcmp0(key, "IconPixmap") == 0) {
 | 
				
			||||||
      item->icon_pixmap = item->extractPixBuf(value);
 | 
					      item->icon_pixmap = item->extractPixBuf(value);
 | 
				
			||||||
      // TODO: icon pixmap
 | 
					 | 
				
			||||||
    } else if (g_strcmp0(key, "OverlayIconName") == 0) {
 | 
					    } else if (g_strcmp0(key, "OverlayIconName") == 0) {
 | 
				
			||||||
      item->overlay_icon_name = g_variant_dup_string(value, nullptr);
 | 
					      item->overlay_icon_name = g_variant_dup_string(value, nullptr);
 | 
				
			||||||
    } else if (g_strcmp0(key, "OverlayIconPixmap") == 0) {
 | 
					    } else if (g_strcmp0(key, "OverlayIconPixmap") == 0) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user