Web Editor: Fix callable binding for Download Zip menu item
Fixes #71702.
This commit is contained in:
@ -41,7 +41,7 @@ class WebToolsEditorPlugin : public EditorPlugin {
|
||||
private:
|
||||
void _zip_file(String p_path, String p_base_path, zipFile p_zip);
|
||||
void _zip_recursive(String p_path, String p_base_path, zipFile p_zip);
|
||||
void _download_zip(Variant p_v);
|
||||
void _download_zip();
|
||||
|
||||
public:
|
||||
static void initialize();
|
||||
|
||||
Reference in New Issue
Block a user