Skip to content

Commit

Permalink
Disable upload button when not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
GMMan committed Apr 23, 2017
1 parent 02e1dda commit 3b6de61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 30 deletions.
51 changes: 21 additions & 30 deletions SteamCloudFileManager/MainForm.Designer.cs

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

1 change: 1 addition & 0 deletions SteamCloudFileManager/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ private void connectButton_Click(object sender, EventArgs e)
storage = RemoteStorage.CreateInstance(uint.Parse(appIdTextBox.Text));
//storage = new RemoteStorageLocal("remote", uint.Parse(appIdTextBox.Text));
refreshButton.Enabled = true;
uploadButton.Enabled = true;
refreshButton_Click(this, EventArgs.Empty);
}
catch (Exception ex)
Expand Down

0 comments on commit 3b6de61

Please sign in to comment.