Skip to content

Commit 8f96254

Browse files
committed
Updated read me and added line seperator to currecy drop down
1 parent 4df8346 commit 8f96254

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

MyCryptoMonitor/Forms/MainForm.Designer.cs

+7-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MyCryptoMonitor/Forms/MainForm.cs

+3
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ private void MainForm_FormClosing(object sender, FormClosingEventArgs e)
390390

391391
private void Currency_SelectedIndexChanged(object sender, EventArgs e)
392392
{
393+
if (cbCurrency.Text.Contains("-"))
394+
cbCurrency.Text = "USD";
395+
393396
coinsToolStripMenuItem.Enabled = false;
394397
UserConfigService.Currency = cbCurrency.Text;
395398
_resetStartupPrice = true;

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ The goal of this application is to have a quick, easy and lightweight method of
1414
- Choose from the default themes or create your own
1515
- Tutorial explaining how to use the monitor
1616

17+
## Requirements
18+
- .Net 4.7.1 [https://www.microsoft.com/en-us/download/details.aspx?id=56116]
19+
20+
## Install
21+
- Download the latest Release.zip [https://github.com/Crowley2012/MyCryptoMonitor/releases/latest]
22+
- Extract the zip file and run the executable
23+
24+
## Softpedia 100% Free Award
25+
- The Softpedia team has tested and verified that my program is safe and delivers on its promises. Feel free to download the latest tested release from their site.
26+
- "My Crypto Monitor has been tested in the Softpedia labs using several industry-leading security solutions and found to be completely clean of adware/spyware components. We are impressed with the quality of your product and encourage you to keep these high standards in the future.To assure our visitors that My Crypto Monitor is clean, we have granted it with the "100% FREE" Softpedia award."
27+
- http://www.softpedia.com/get/PORTABLE-SOFTWARE/Personal-Finances/My-Crypto-Monitor.shtml#status
28+
1729
## Images
1830
<p align="center">
1931
<img src="https://i.imgur.com/SU3bvCW.png"><br/>
@@ -22,11 +34,4 @@ The goal of this application is to have a quick, easy and lightweight method of
2234
<img src="https://i.imgur.com/qzU2bjK.png"><br/>
2335
<img src="https://i.imgur.com/5ASTnyv.png"><br/>
2436
<img src="https://i.imgur.com/E7AC0Xs.png">
25-
</p>
26-
27-
## Install
28-
- Download the latest Release.zip [https://github.com/Crowley2012/MyCryptoMonitor/releases/latest]
29-
- Extract the zip file and run the executable
30-
31-
## Requirements
32-
- .Net 4.7.1 [https://www.microsoft.com/en-us/download/details.aspx?id=56116]
37+
</p>

0 commit comments

Comments
 (0)