Fix authentication window overwriting settings
parent
bf4f66ccb3
commit
730629dcef
|
@ -65,6 +65,7 @@ namespace LANCommander.Playnite.Extension.Views
|
|||
Context.Password = String.Empty;
|
||||
|
||||
Plugin.SavePluginSettings(Settings);
|
||||
//Plugin.Settings = Plugin.LoadPluginSettings<PlayniteSettingsViewModel>();
|
||||
|
||||
Window.GetWindow(this).Close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue