27 using Selection::Selection;
29 void writeCurrentValue()
override { FlashStorage::defaultSliceMode = this->getValue<SampleRepeatMode>(); }
30 deluge::vector<std::string_view> getOptions(OptType optType)
override {
33 l10n::getView(l10n::String::STRING_FOR_CUT),
34 l10n::getView(l10n::String::STRING_FOR_ONCE),
35 l10n::getView(l10n::String::STRING_FOR_LOOP),
36 l10n::getView(l10n::String::STRING_FOR_STRETCH),