mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-16 07:22:32 +02:00
fix: add proper mutex
This commit is contained in:
@@ -22,6 +22,7 @@ class Mode : public ALabel, public sigc::trackable {
|
||||
|
||||
std::string mode_;
|
||||
util::JsonParser parser_;
|
||||
std::mutex mutex_;
|
||||
|
||||
util::SleeperThread thread_;
|
||||
Ipc ipc_;
|
||||
|
Reference in New Issue
Block a user