mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 22:52:30 +02:00
modules: Revert button to label
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
#include "AButton.hpp"
|
||||
#include "ALabel.hpp"
|
||||
#include "util/sleeper_thread.hpp"
|
||||
#ifdef WANT_RFKILL
|
||||
#include "util/rfkill.hpp"
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
namespace waybar::modules {
|
||||
|
||||
class Network : public AButton {
|
||||
class Network : public ALabel {
|
||||
public:
|
||||
Network(const std::string&, const Json::Value&);
|
||||
~Network();
|
||||
|
Reference in New Issue
Block a user