mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 18:31:11 +00:00
fix: default enable-ota flag and fixing startup missing vendor
This commit is contained in:
@@ -1090,9 +1090,6 @@ void PresetUpdater::priv::check_installed_vendor_profiles() const
|
||||
|
||||
AppConfig *app_config = GUI::wxGetApp().app_config;
|
||||
|
||||
if (!app_config->get_bool("enable_ota"))
|
||||
return;
|
||||
|
||||
const auto enabled_vendors = app_config->vendors();
|
||||
|
||||
std::set<std::string> bundles;
|
||||
|
||||
Reference in New Issue
Block a user