feat(Watcher): define watcher_id
This commit is contained in:
@ -8,7 +8,7 @@ namespace waybar::modules::SNI {
|
||||
|
||||
class Watcher {
|
||||
public:
|
||||
Watcher();
|
||||
Watcher(std::size_t id);
|
||||
~Watcher();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user