feat(client): store bar_id argument

This commit is contained in:
Aleksei Bavshin
2021-11-19 20:28:41 -08:00
parent 5905078e56
commit 452dcaa5d3
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ class Client {
struct zwp_idle_inhibit_manager_v1 *idle_inhibit_manager = nullptr;
std::vector<std::unique_ptr<Bar>> bars;
Config config;
std::string bar_id;
private:
Client() = default;