sway/window: Allow the user to change the size of the app icon

Fixes #1461
This commit is contained in:
Felix Weilbach
2022-04-17 23:54:27 +02:00
parent 264e2c3983
commit fc6f5741b1
3 changed files with 13 additions and 1 deletions

View File

@ -34,6 +34,7 @@ class Window : public AIconLabel, public sigc::trackable {
std::string app_id_;
std::string old_app_id_;
std::size_t app_nb_;
unsigned app_icon_size_{24};
bool update_app_icon_{true};
std::string app_icon_name_;
util::JsonParser parser_;