mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
Show setting on Linux
This commit is contained in:
parent
9dfbd0d17a
commit
37f2883cec
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void SohMenu::AddMenuSettings() {
|
|||
.ComboMap(languages)
|
||||
.DefaultIndex(LANGUAGE_ENG));
|
||||
AddWidget(path, "Accessibility", WIDGET_SEPARATOR_TEXT);
|
||||
#if defined(_WIN32) || defined(__APPLE__)
|
||||
#if defined(_WIN32) || defined(__APPLE__) || defined(ESPEAK)
|
||||
AddWidget(path, "Text to Speech", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar(CVAR_SETTING("A11yTTS"))
|
||||
.RaceDisable(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue