Kara Kay

Results 4 issues of Kara Kay

Fixed IndexOutOfBounds exception when adding a new auto login account. Fixed IndexOutOfBounds exception when trying to shutdown Steam when no steam process is running.

### Steps to reproduce 1. Set all auto-download settings to max ![image](https://user-images.githubusercontent.com/7052075/95046194-90426c80-0698-11eb-9fe7-0b152d91e64c.png) 2. In group chat have someone upload an MP4 clip ### Expected behaviour Other file types automatically start...

var booru = new BooruSharp.Booru.Safebooru(); PostSearchResult? result = null; try { result = await booru.GetRandomPostAsync(); } catch (Exception e) { Console.WriteLine(e); } **Throws this exception:** System.Text.Json.JsonException: The JSON value could...

When running from shortcuts this can change what the apps "WorkingDirectory" is located. This was causing me crashes because somehow the cryptography padding was off when trying to load SAM....

bug