26 using Selection::Selection;
29 void writeCurrentValue()
override { AudioEngine::inputMonitoringMode = this->getValue<InputMonitoringMode>(); }
30 deluge::vector<std::string_view> getOptions(OptType optType)
override {
32 using enum l10n::String;
34 l10n::getView(STRING_FOR_CONDITIONAL),
35 l10n::getView(STRING_FOR_ENABLED),
36 l10n::getView(STRING_FOR_DISABLED),