Synchronize saves
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user