command palette improvements

This commit is contained in:
Bhuvan Vemula 2021-08-11 15:51:31 +05:30
parent a98589a449
commit a0205e4f34
6 changed files with 40 additions and 43 deletions

View file

@ -311,7 +311,7 @@ bool EditorInterface::is_distraction_free_mode_enabled() const {
}
EditorCommandPalette *EditorInterface::get_command_palette() const {
return EditorNode::get_singleton()->get_editor_command_palette();
return EditorCommandPalette::get_singleton();
}
EditorInterface *EditorInterface::singleton = nullptr;