added statement into catch to remove code from setup
This commit is contained in:
parent
5a9f75150d
commit
b668ee9865
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ namespace Saviour_Backup_System
|
||||||
{
|
{
|
||||||
if (setup.runtimeArguements[0] == "STARTUP") { this.removeDisplay(); }
|
if (setup.runtimeArguements[0] == "STARTUP") { this.removeDisplay(); }
|
||||||
else { this.showDisplay(); }
|
else { this.showDisplay(); }
|
||||||
} catch { }
|
}
|
||||||
|
catch { this.showDisplay(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeDisplay() {
|
public void removeDisplay() {
|
||||||
|
|
Reference in a new issue