BACKENDS: Add base support for system dialogs
This commit is contained in:
parent
313cd2315e
commit
952b12311c
5 changed files with 122 additions and 0 deletions
|
@ -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...
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue