removed balloon from notification icon, doesnt work for some reason :/
This commit is contained in:
parent
efebf64068
commit
a0026d5005
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ namespace Saviour_Backup_System
|
|||
private void closeProgram(object sender, EventArgs e) { setup.closeProgram(); }
|
||||
|
||||
internal void displayStillRunning() {
|
||||
notifyIcon.BalloonTipText = "Saviour backup system is still running in the background";
|
||||
notifyIcon.BalloonTipTitle = "Still running...";
|
||||
notifyIcon.ShowBalloonTip(2000);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue