backup user folder for each version (#8939)

* backup user folder for each version
This commit is contained in:
SoftFever 2025-03-18 00:37:47 +08:00 committed by GitHub
parent 4eaef65a79
commit 7c1122d06f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 91 additions and 1 deletions

View file

@ -97,6 +97,8 @@ public:
// Whether using bbl's device tab
bool use_bbl_device_tab();
bool backup_user_folder() const;
//BBS: project embedded preset logic
PresetsConfigSubstitutions load_project_embedded_presets(std::vector<Preset*> project_presets, ForwardCompatibilitySubstitutionRule substitution_rule);
std::vector<Preset*> get_current_project_embedded_presets();