Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Jun 2, 2019
2 parents 0479c2b + 40cab5d commit ffe9cc6
Show file tree
Hide file tree
Showing 14 changed files with 261 additions and 139 deletions.
Binary file modified KeeOneDriveSync.plgx
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public OneDriveAskToStartSyncingDialog(Configuration configuration)
InitializeComponent();

_configuration = configuration;

OneDriveDatabasePath.Text = configuration.KeePassDatabase.IOConnectionInfo.Path;
}

private void OKButton_Click(object sender, EventArgs e)
Expand Down
Loading

0 comments on commit ffe9cc6

Please sign in to comment.