Release/RSL-2.17 (#128)

* fix: pull to desktop not resetting work status.

resolves #104

* Create Text File with upload size for verification

* bump version

* better public config handling

* code cleanup

Co-authored-by: Fenopy <Fenopie@Gmail.com>
This commit is contained in:
SytheZN
2022-12-05 23:42:59 +02:00
committed by GitHub
parent 67a9089952
commit d3a2c4012c
36 changed files with 1640 additions and 1228 deletions

View File

@@ -16,10 +16,7 @@ namespace AndroidSideloader.Models
public string Password
{
get => password;
set
{
password = Encoding.UTF8.GetString(Convert.FromBase64String(value));
}
set => password = Encoding.UTF8.GetString(Convert.FromBase64String(value));
}
}
}