fix: set status to not authenticated on delete

This commit is contained in:
Anna 2022-07-19 19:01:08 -04:00
parent d3dfd18ab2
commit d91eaefe99
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -308,6 +308,7 @@ internal class Client : IDisposable {
this.Plugin.Config.Configs.Remove(this.Plugin.ClientState.LocalContentId);
this.Plugin.SaveConfig();
this.StopLoop();
this.Status = State.NotAuthenticated;
}
/// <summary>