mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-14 07:02:30 +02:00
fix: cancel thread and fix window close
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
namespace waybar::util {
|
||||
|
||||
class Rfkill {
|
||||
public:;
|
||||
public:
|
||||
Rfkill(enum rfkill_type rfkill_type);
|
||||
~Rfkill() = default;
|
||||
void waitForEvent();
|
||||
@ -13,7 +13,7 @@ class Rfkill {
|
||||
|
||||
private:
|
||||
enum rfkill_type rfkill_type_;
|
||||
int state_ = 0;
|
||||
int state_ = 0;
|
||||
};
|
||||
|
||||
} // namespace waybar::util
|
||||
|
Reference in New Issue
Block a user