Enable TTS on demand, instead of fully disabling it when project setting is not set.
This commit is contained in:
@ -237,6 +237,8 @@ private:
|
||||
|
||||
Error _file_dialog_with_options_show(const String &p_title, const String &p_current_directory, const String &p_root, const String &p_filename, bool p_show_hidden, FileDialogMode p_mode, const Vector<String> &p_filters, const TypedArray<Dictionary> &p_options, const Callable &p_callback, bool p_options_in_cb, WindowID p_window_id);
|
||||
|
||||
void initialize_tts() const;
|
||||
|
||||
public:
|
||||
void menu_callback(id p_sender);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user