Use default task scheduler.

This commit is contained in:
Ottermandias 2024-03-18 16:50:26 +01:00
parent 0ec440c388
commit 9f7b95746d
12 changed files with 16 additions and 16 deletions

View file

@ -41,7 +41,7 @@ public partial class IndividualCollections
saver.ImmediateSave(parent);
IsLoaded = true;
Loaded.Invoke();
});
}, TaskScheduler.Default);
return false;
}