| 152 | } |
| 153 | |
| 154 | std::string Group::getActionColorMode() |
| 155 | { |
| 156 | return state.getValue().at("action").at("colormode").get<std::string>(); |
| 157 | } |
| 158 | std::string Group::getActionColorMode() const |
| 159 | { |
| 160 | return state.getValue().at("action").at("colormode").get<std::string>(); |