mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-18 08:22:06 +00:00
Simplify code a bit more
This commit is contained in:
@@ -1403,7 +1403,7 @@ bool GuideFrame::BuildProfileDataFromBundledCache()
|
||||
const Semver ver = get_version_from_json(json_path.string());
|
||||
const std::string ver_str = ver.valid() ? ver.to_string() : "";
|
||||
|
||||
VendorCache vc;
|
||||
PresetBundle::VendorCache vc;
|
||||
if (!vc.load(cache_path.string()) || !vc.is_valid(ver_str))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user