Added UI-prototype for FilamentSettings->Overrides page

This commit is contained in:
YuSanka 2019-07-03 14:52:39 +02:00
parent 2a71665de9
commit 040f1fedff
4 changed files with 96 additions and 2 deletions

View file

@ -244,6 +244,9 @@ public:
Option option = get_option(title, idx);
return OptionsGroup::create_single_option_line(option);
}
Line create_single_option_line(const Option& option) const {
return OptionsGroup::create_single_option_line(option);
}
void append_single_option_line(const Option& option) {
OptionsGroup::append_single_option_line(option);
}