Add removed secondary identifier

(class for xwayland under sway)
This commit is contained in:
MisterPine
2023-07-10 23:48:18 +02:00
parent 31683d9e2a
commit a8a1a4985f
4 changed files with 18 additions and 8 deletions

View File

@ -16,7 +16,8 @@ class AAppIconLabel : public AIconLabel {
auto update() -> void override;
protected:
void updateAppIconName(const std::string &app_identifier);
void updateAppIconName(const std::string &app_identifier,
const std::string &alternative_app_identifier);
void updateAppIcon();
unsigned app_icon_size_{24};
bool update_app_icon_{true};