mirror of
https://github.com/rad4day/Waybar.git
synced 2025-10-15 11:32:31 +02:00
Handle screens disconnection (#29)
This commit is contained in:
@@ -16,7 +16,7 @@ namespace waybar {
|
||||
class Factory {
|
||||
public:
|
||||
Factory(Bar &bar, Json::Value config);
|
||||
IModule *makeModule(const std::string &name);
|
||||
IModule* makeModule(const std::string &name);
|
||||
private:
|
||||
Bar &_bar;
|
||||
Json::Value _config;
|
||||
|
Reference in New Issue
Block a user