Preferences Highlighter

This commit is contained in:
David Kocik 2021-10-13 16:45:05 +02:00
parent aecd7e2b93
commit ffc29a2536
6 changed files with 92 additions and 6 deletions

View file

@ -259,7 +259,7 @@ public:
wxString current_language_code_safe() const;
bool is_localized() const { return m_wxLocale->GetLocale() != "English"; }
void open_preferences(size_t open_on_tab = 0);
void open_preferences(size_t open_on_tab = 0, const std::string& highlight_option = std::string());
virtual bool OnExceptionInMainLoop() override;
// Calls wxLaunchDefaultBrowser if user confirms in dialog.