Merge pull request #4850 from yangyingchao/master
(sni) be able to control oder of tray items, and clean up sni module based on clang-tidy
This commit is contained in:
@@ -13,7 +13,7 @@ namespace waybar::modules::SNI {
|
||||
class Tray : public AModule {
|
||||
public:
|
||||
Tray(const std::string&, const Bar&, const Json::Value&);
|
||||
virtual ~Tray() = default;
|
||||
~Tray() override = default;
|
||||
auto update() -> void override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user