1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Configuration update application at startup

This commit is contained in:
Vojtech Kral
2018-04-12 20:04:48 +02:00
parent b030791384
commit b49b59cbb2
14 changed files with 288 additions and 54 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ public:
void download(PresetBundle *preset_bundle); // XXX
static void init_vendors();
void config_update();
private:
struct priv;
std::unique_ptr<priv> p;