mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 01:51:10 +00:00
android fixes, please test
(can' t build android atm)
This commit is contained in:
parent
393e5605c9
commit
7ad7f2f6a9
9 changed files with 59 additions and 3 deletions
|
|
@ -3279,6 +3279,7 @@ EditorNode::EditorNode() {
|
|||
singleton=this;
|
||||
|
||||
FileAccess::set_backup_save(true);
|
||||
FileDialog::set_default_show_hidden_files(EditorSettings::get_singleton()->get("file_dialog/show_hidden_files"));
|
||||
|
||||
PathRemap::get_singleton()->clear_remaps();; //editor uses no remaps
|
||||
TranslationServer::get_singleton()->set_enabled(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue