minor style updates
This commit is contained in:
parent
5d3ebc1001
commit
beeb6a184d
4 changed files with 9 additions and 11 deletions
|
|
@ -20,7 +20,7 @@ namespace App
|
|||
|
||||
if (args.Length > 0) {
|
||||
|
||||
string arg = args[0].ToLower().Trim();
|
||||
string arg = args[0].ToLower().Trim();
|
||||
|
||||
// Settings
|
||||
if (arg.StartsWith("/c")) {
|
||||
|
|
@ -33,7 +33,6 @@ namespace App
|
|||
// Screensaver
|
||||
else if (arg.StartsWith("/s")) {
|
||||
saver.Run();
|
||||
|
||||
} else {
|
||||
MessageBox.Show("Sorry, but the command line argument \"" + arg +
|
||||
"\" is not valid.", "Colorclock",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue