27 explicit Setting(RuntimeFeatureSettingType ty);
30 void writeCurrentValue()
override;
31 deluge::vector<std::string_view> getOptions(OptType optType)
override;
32 [[nodiscard]] std::string_view
getName()
const override;
33 [[nodiscard]] std::string_view
getTitle()
const override;
36 friend class Settings;
37 uint32_t currentSettingIndex;