First try to convert a user printer profiles to the physical printers

This commit is contained in:
YuSanka 2020-07-20 16:27:39 +02:00
parent 72ec414f1e
commit 3d990a9189
5 changed files with 42 additions and 8 deletions

View file

@ -201,6 +201,7 @@ void PresetBundle::load_presets(AppConfig &config, const std::string &preferred_
}
try {
this->physical_printers.load_printers(dir_user_presets, "physical_printer");
this->physical_printers.load_printers(this->printers);
} catch (const std::runtime_error &err) {
errors_cummulative += err.what();
}