1

removed balloon from notification icon, doesnt work for some reason :/

This commit is contained in:
Jake Howard 2014-11-10 14:51:02 +00:00
parent efebf64068
commit a0026d5005

View File

@ -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);
}
}