mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
app now honors the prompt-unlock-on-startup setting
This commit is contained in:
@@ -265,6 +265,7 @@ namespace mRemoteNG.UI.Forms
|
||||
|
||||
private void UnlockRepositories(IEnumerable<ICredentialRepository> repositories, IWin32Window parentForm)
|
||||
{
|
||||
if (!Settings.Default.PromptUnlockCredReposOnStartup) return;
|
||||
var credentialUnlockerForm = _credRepoUnlockerFormFactory.Build(repositories);
|
||||
credentialUnlockerForm.ShowDialog(parentForm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user