mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Added dialog to choose import action when dragging and dropping a project file
This commit is contained in:
parent
e93b84e2a6
commit
808c43cb4b
3 changed files with 116 additions and 29 deletions
|
@ -55,6 +55,11 @@ void AppConfig::set_defaults()
|
|||
if (get("show_incompatible_presets").empty())
|
||||
set("show_incompatible_presets", "0");
|
||||
|
||||
if (get("show_drop_project_dialog").empty())
|
||||
set("show_drop_project_dialog", "1");
|
||||
if (get("drop_project_action").empty())
|
||||
set("drop_project_action", "1");
|
||||
|
||||
if (get("version_check").empty())
|
||||
set("version_check", "1");
|
||||
if (get("preset_update").empty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue