mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
style: fix
This commit is contained in:
@ -24,7 +24,7 @@ auto waybar::ALabel::update() -> void
|
||||
// Nothing here
|
||||
}
|
||||
|
||||
bool waybar::ALabel::handleToggle(GdkEventButton* const& ev)
|
||||
bool waybar::ALabel::handleToggle(GdkEventButton* const& /*ev*/)
|
||||
{
|
||||
alt = !alt;
|
||||
if (alt) {
|
||||
|
Reference in New Issue
Block a user