Bug fix
parent
b4560bc9e1
commit
e1a19ae0c8
|
@ -54,7 +54,7 @@ namespace stardew_access.ScreenReader
|
|||
|
||||
if (text.Contains('^')) text = text.Replace('^', '\n');
|
||||
|
||||
if (Tolk.Output("Hello, World!"))
|
||||
if (Tolk.Output(text, interrupt))
|
||||
{
|
||||
MainClass.DebugLog($"Speaking(interrupt: {interrupt}) = {text}");
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Name": "Stardew Access",
|
||||
"Author": "Mohammad Shoaib",
|
||||
"Version": "1.3.2",
|
||||
"Version": "1.3.3",
|
||||
"Description": "An accessibility mod with screen reader support!",
|
||||
"UniqueID": "shoaib.stardewaccess",
|
||||
"EntryDll": "stardew-access.dll",
|
||||
|
|
Loading…
Reference in New Issue