Follow-up 56466abe99# - Fixed a Search in the Preferences options

This commit is contained in:
YuSanka 2022-06-08 18:00:29 +02:00
parent 2c2c11882d
commit de6cd68c8d

View File

@ -311,6 +311,9 @@ void OptionsSearcher::check_and_update(PrinterTechnology pt_in, ConfigOptionMode
for (auto i : input_values)
append_options(i.config, i.type);
options.insert(options.end(), preferences_options.begin(), preferences_options.end());
sort_options();
search(search_line, true);