mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
FIX: [STUDIO-2844] use user presets only if login
Change-Id: Iec2dc9a77be8354ff1d5e0e4a60f79006ee682d3
This commit is contained in:
parent
ddabc14676
commit
1b0b14c0f2
4 changed files with 27 additions and 32 deletions
|
@ -3291,7 +3291,7 @@ void MainFrame::on_select_default_preset(SimpleEvent& evt)
|
|||
{
|
||||
case wxID_YES: {
|
||||
wxGetApp().app_config->set_bool("sync_user_preset", true);
|
||||
wxGetApp().start_sync_user_preset(true, true);
|
||||
wxGetApp().start_sync_user_preset(true);
|
||||
break;
|
||||
}
|
||||
case wxID_NO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue