Synchronize saves

This commit is contained in:
Aurélie Delhaie
2022-05-22 19:04:29 +02:00
parent b013815a96
commit 03ceaf3bda
33 changed files with 5751 additions and 81 deletions

View File

@@ -75,5 +75,11 @@ namespace OpenSaveCloudClient
PasswordTextBox.Enabled = value;
LoginButton.Enabled = value;
}
private void AboutButton_Click(object sender, EventArgs e)
{
LogsForm form = new();
form.Show();
}
}
}