diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-17 11:44:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-17 11:44:34 +0200 |
commit | 7b12dbd74ddca1c5e83f495e093a5155d73553d9 (patch) | |
tree | fc0b72f9862f6e71449b9343ef174f522a8598a8 /platform/ios/export/export_plugin.cpp | |
parent | 59737bf3f03f4f783229c9a24963ddb169e6673d (diff) | |
parent | 5b327aee96983fb1e912a49d634ae9a3a486a6bf (diff) | |
download | redot-engine-7b12dbd74ddca1c5e83f495e093a5155d73553d9.tar.gz |
Merge pull request #94425 from m4gr3d/fix_remote_android_button_not_enabling
Fix issue preventing enabling the remote button for Android/iOS
Diffstat (limited to 'platform/ios/export/export_plugin.cpp')
-rw-r--r-- | platform/ios/export/export_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/export/export_plugin.cpp b/platform/ios/export/export_plugin.cpp index 490f73a36d..5b65c8b485 100644 --- a/platform/ios/export/export_plugin.cpp +++ b/platform/ios/export/export_plugin.cpp @@ -2971,6 +2971,7 @@ void EditorExportPlatformIOS::_update_preset_status() { } else { has_runnable_preset.clear(); } + devices_changed.set(); } #endif |