mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-14 07:02:30 +02:00
refactor: don't use a group's box directly in bar
This commit is contained in:
@ -35,6 +35,8 @@ auto Group::update() -> void {
|
||||
// noop
|
||||
}
|
||||
|
||||
Group::operator Gtk::Widget&() { return box; }
|
||||
Gtk::Box& Group::getBox() { return box; }
|
||||
|
||||
Group::operator Gtk::Widget&() { return getBox(); }
|
||||
|
||||
} // namespace waybar
|
||||
|
Reference in New Issue
Block a user