summaryrefslogtreecommitdiffstats
path: root/editor/editor_run_native.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-12-29 11:21:39 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2023-01-14 22:25:35 +0200
commit5406b001ca8dd0b22cece26ebf4c15884d03add2 (patch)
tree5556e9077bb7e5ad1da5e3d2119825217dc4e1e5 /editor/editor_run_native.h
parent60d031777b2a922cba03210181c9ba7ad3a6f3ab (diff)
downloadredot-engine-5406b001ca8dd0b22cece26ebf4c15884d03add2.tar.gz
Move remote debug buttons to a single menu.
Diffstat (limited to 'editor/editor_run_native.h')
-rw-r--r--editor/editor_run_native.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h
index a87e27de97..2a5431e54b 100644
--- a/editor/editor_run_native.h
+++ b/editor/editor_run_native.h
@@ -42,18 +42,17 @@ class EditorRunNative : public HBoxContainer {
RichTextLabel *result_dialog_log = nullptr;
AcceptDialog *result_dialog = nullptr;
- HashMap<int, MenuButton *> menus;
+ MenuButton *remote_debug = nullptr;
bool first = true;
- int resume_idx;
- int resume_platform;
+ int resume_id = -1;
protected:
static void _bind_methods();
void _notification(int p_what);
public:
- Error run_native(int p_idx, int p_platform);
+ Error run_native(int p_id);
bool is_deploy_debug_remote_enabled() const;
void resume_run_native();