master
Mohammad Shoaib Khan 2022-10-29 13:20:11 +05:30
parent b4560bc9e1
commit e1a19ae0c8
No known key found for this signature in database
GPG Key ID: 3EE32C9DFF520699
2 changed files with 2 additions and 2 deletions

View File

@ -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}");
}

View File

@ -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",