24 using Selection::Selection;
25 void readCurrentValue()
override { this->setValue(FlashStorage::sampleBrowserPreviewMode); }
26 void writeCurrentValue()
override { FlashStorage::sampleBrowserPreviewMode = this->getValue(); }
27 deluge::vector<std::string_view> getOptions(OptType optType)
override {
30 l10n::getView(l10n::String::STRING_FOR_DISABLED),
31 l10n::getView(l10n::String::STRING_FOR_CONDITIONAL),
32 l10n::getView(l10n::String::STRING_FOR_ENABLED),