| 1566 | void Configurator::SetUseSystemTray(bool enabled) { this->use_system_tray = enabled; } |
| 1567 | |
| 1568 | ExecutableAllEnabledBehavior Configurator::GetAllEnabledExecutableBehavior() const { return this->executable_behavior; } |
| 1569 | |
| 1570 | void Configurator::SetAllEnabledExecutableBehavior(ExecutableAllEnabledBehavior behavior) { this->executable_behavior = behavior; } |
| 1571 |
no outgoing calls
no test coverage detected