Removing 'click_param' as it is no longer used.
parent
bb33427f65
commit
c6743988d3
|
@ -19,7 +19,6 @@ class ALabel : public AModule {
|
||||||
protected:
|
protected:
|
||||||
Gtk::Label label_;
|
Gtk::Label label_;
|
||||||
std::string format_;
|
std::string format_;
|
||||||
std::string click_param;
|
|
||||||
const std::chrono::seconds interval_;
|
const std::chrono::seconds interval_;
|
||||||
bool alt_ = false;
|
bool alt_ = false;
|
||||||
std::string default_format_;
|
std::string default_format_;
|
||||||
|
|
|
@ -67,7 +67,6 @@ bool waybar::modules::IdleInhibitor::handleToggle(GdkEventButton* const& e) {
|
||||||
status = "activated";
|
status = "activated";
|
||||||
}
|
}
|
||||||
waybar::Client::inst()->idle_inhibitor_status = status;
|
waybar::Client::inst()->idle_inhibitor_status = status;
|
||||||
click_param = status;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make all other idle inhibitor modules update
|
// Make all other idle inhibitor modules update
|
||||||
|
|
Loading…
Reference in New Issue