greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.82k stars 472 forks source link

Invalid `button` in a click handler does not result in an error #1918

Closed MaxVerevkin closed 9 months ago

MaxVerevkin commented 1 year ago
[[block.click]]
button = "nonexisting"

does not error, it it probably should.