diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-17 11:14:15 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-17 11:14:15 +0200 |
commit | 375e5be340c9e37ff1993964d03853ef1657bc43 (patch) | |
tree | e34caf45e35b86c51b2df026a4e21f9320b6b568 /platform/web/export/export_plugin.h | |
parent | e1f72c7ca63e194302a65019affb302c4546e760 (diff) | |
parent | 04aaa860391a8d874cbe17abf983f362be06f019 (diff) | |
download | redot-engine-375e5be340c9e37ff1993964d03853ef1657bc43.tar.gz |
Merge pull request #92032 from hakro/fix-oneclick-web-always-on
Disable remote debug button when there are no runnable presets
Diffstat (limited to 'platform/web/export/export_plugin.h')
-rw-r--r-- | platform/web/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/export/export_plugin.h b/platform/web/export/export_plugin.h index 9d3a1a7861..d3d2083a23 100644 --- a/platform/web/export/export_plugin.h +++ b/platform/web/export/export_plugin.h @@ -58,6 +58,7 @@ class EditorExportPlatformWeb : public EditorExportPlatform { HTTPServerState server_state = HTTP_SERVER_STATE_OFF; Ref<EditorHTTPServer> server; + int menu_options = 0; String _get_template_name(bool p_extension, bool p_thread_support, bool p_debug) const { String name = "web"; |