mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-16 07:22:32 +02:00
refactor: try/catch, sigc trackable
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace waybar::modules::sway {
|
||||
|
||||
class Mode : public ALabel {
|
||||
class Mode : public ALabel, public sigc::trackable {
|
||||
public:
|
||||
Mode(const std::string&, const Json::Value&);
|
||||
~Mode() = default;
|
||||
|
Reference in New Issue
Block a user