Merge pull request #67914 from Calinou/displayserverx11-no-native-icon
Fix `DisplayServer.has_feature()` claiming X11 has native icon support
This commit is contained in:
commit
028db9f2b5
|
@ -126,7 +126,7 @@ bool DisplayServerX11::has_feature(Feature p_feature) const {
|
|||
case FEATURE_WINDOW_TRANSPARENCY:
|
||||
//case FEATURE_HIDPI:
|
||||
case FEATURE_ICON:
|
||||
case FEATURE_NATIVE_ICON:
|
||||
//case FEATURE_NATIVE_ICON:
|
||||
case FEATURE_SWAP_BUFFERS:
|
||||
#ifdef DBUS_ENABLED
|
||||
case FEATURE_KEEP_SCREEN_ON:
|
||||
|
|
Loading…
Reference in New Issue