[DisplayServer] Add separate feature flags for different native dialog types.
This commit is contained in:
parent
7d151c8381
commit
dc01658ee9
11 changed files with 33 additions and 9 deletions
|
|
@ -1128,6 +1128,8 @@ bool DisplayServerWeb::has_feature(Feature p_feature) const {
|
|||
return true;
|
||||
//case FEATURE_MOUSE_WARP:
|
||||
//case FEATURE_NATIVE_DIALOG:
|
||||
//case FEATURE_NATIVE_DIALOG_INPUT:
|
||||
//case FEATURE_NATIVE_DIALOG_FILE:
|
||||
//case FEATURE_NATIVE_ICON:
|
||||
//case FEATURE_WINDOW_TRANSPARENCY:
|
||||
//case FEATURE_KEEP_SCREEN_ON:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue