User form
This commit is contained in:
@@ -48,6 +48,7 @@ namespace OpenSaveCloudClient
|
||||
}
|
||||
else
|
||||
{
|
||||
saveManager.DetectChanges();
|
||||
this.Invoke((MethodInvoker)delegate {
|
||||
AboutButton.Enabled = true;
|
||||
if (_configuration.GetBoolean("synchronization.at_login", true))
|
||||
@@ -316,6 +317,7 @@ namespace OpenSaveCloudClient
|
||||
SyncButton.Enabled = l;
|
||||
DownloadButton.Enabled = l;
|
||||
LogoutButton.Enabled = l;
|
||||
UserSettingsButton.Enabled = l;
|
||||
}
|
||||
|
||||
private void listView1_DoubleClick(object sender, EventArgs e)
|
||||
@@ -373,5 +375,11 @@ namespace OpenSaveCloudClient
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void UserSettingsButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
UserForm userForm = new();
|
||||
userForm.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user