You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Improve plugin dialog UX
This commit is contained in:
@@ -61,6 +61,7 @@ class PluginConfigDialog : public ConfirmationDialog {
|
||||
void _on_cancelled();
|
||||
void _on_language_changed(const int p_language);
|
||||
void _on_required_text_changed(const String &p_text);
|
||||
String _get_subfolder();
|
||||
|
||||
static String _to_absolute_plugin_path(const String &p_plugin_name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user