mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-15 23:22:31 +02:00
fix(custom): do not take the custom module ref
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "modules/custom.hpp"
|
||||
|
||||
waybar::modules::Custom::Custom(const std::string& name,
|
||||
waybar::modules::Custom::Custom(const std::string name,
|
||||
const Json::Value& config)
|
||||
: ALabel(config), name_(name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user