27 using Selection::Selection;
28 void beginSession(MenuItem* navigatedBackwardFrom =
nullptr)
override;
30 void writeCurrentValue()
override { whichZone = this->getValue(); }
32 deluge::vector<std::string_view> getOptions(OptType optType)
override {
33 using enum l10n::String;
35 l10n::getView(STRING_FOR_LOWER_ZONE),
36 l10n::getView(STRING_FOR_UPPER_ZONE),