mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bgufix for LoginManagerVM.Metadata
This commit is contained in:
parent
a3450900a3
commit
265953499d
@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reactive.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Input;
|
||||
@ -34,7 +35,7 @@ namespace Wabbajack
|
||||
public LoginTargetVM(INeedsLogin login)
|
||||
{
|
||||
Login = login;
|
||||
_MetaInfo = login.MetaInfo
|
||||
_MetaInfo = (login.MetaInfo ?? Observable.Return(""))
|
||||
.ObserveOnGuiThread()
|
||||
.ToProperty(this, nameof(MetaInfo));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user