fix factory copy&paste typo
This commit is contained in:
@ -335,7 +335,7 @@ waybar::AModule* waybar::Factory::makeModule(const std::string& name,
|
|||||||
return new waybar::modules::SystemdFailedUnits(id, config_[name]);
|
return new waybar::modules::SystemdFailedUnits(id, config_[name]);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBCAVA
|
#ifdef HAVE_LIBGPS
|
||||||
if (ref == "gps") {
|
if (ref == "gps") {
|
||||||
return new waybar::modules::Gps(id, config_[name]);
|
return new waybar::modules::Gps(id, config_[name]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user