Added dialog to choose import action when dragging and dropping a project file

This commit is contained in:
enricoturri1966 2020-11-16 08:39:25 +01:00
parent e93b84e2a6
commit 808c43cb4b
3 changed files with 116 additions and 29 deletions

View file

@ -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())