From 952b12311cfbdc48ddae0dbc7b960cd17c8e2b1e Mon Sep 17 00:00:00 2001 From: SupSuper Date: Mon, 19 Nov 2018 14:57:50 +0000 Subject: BACKENDS: Add base support for system dialogs --- devtools/create_project/create_project.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'devtools') diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 3dab08a0b3..dd7eeba895 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -1063,6 +1063,7 @@ const Feature s_features[] = { { "keymapper", "ENABLE_KEYMAPPER", "", false, "Keymapper support"}, { "eventrecorder", "ENABLE_EVENTRECORDER", "", false, "Event recorder support"}, { "updates", "USE_UPDATES", "", false, "Updates support"}, + { "dialogs", "USE_SYSDIALOGS", "", true, "System dialogs support"}, { "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there // is just no current way of properly detecting this... }; -- cgit v1.2.3