mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
1.5.3 hot-fix: fixed loading market confirmations caused crash
This commit is contained in:
@@ -20,7 +20,7 @@ public partial class MainVM //Confirmations
|
||||
public bool ConfirmationsVisible => SelectedMafile == _confirmationsLoadedForMafile;
|
||||
|
||||
[RelayCommand]
|
||||
public async Task GetConfirmations()
|
||||
private async Task GetConfirmations()
|
||||
{
|
||||
if (SelectedMafile == null) return;
|
||||
var maf = SelectedMafile;
|
||||
@@ -47,7 +47,7 @@ public partial class MainVM //Confirmations
|
||||
|
||||
if (marketConfirmations.Count > 1)
|
||||
{
|
||||
var indexOfLast = conf.IndexOf(marketConfirmations.Last());
|
||||
var indexOfLast = conf.IndexOf(marketConfirmations.First());
|
||||
foreach (var mCon in marketConfirmations)
|
||||
{
|
||||
conf.Remove(mCon);
|
||||
|
||||
Reference in New Issue
Block a user