Added screen reader support for linux
This commit is contained in:
@@ -338,6 +338,11 @@ namespace stardew_access.Patches
|
||||
}
|
||||
}
|
||||
|
||||
internal static void ExitEventPatch()
|
||||
{
|
||||
if(MainClass.screenReader!=null)
|
||||
MainClass.screenReader.CloseScreenReader();
|
||||
}
|
||||
internal static void resetGlobalVars()
|
||||
{
|
||||
currentLetterText = " ";
|
||||
|
Reference in New Issue
Block a user