From a0026d500517a41f6618b553b45c4f213ce85385 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 10 Nov 2014 14:51:02 +0000 Subject: [PATCH] removed balloon from notification icon, doesnt work for some reason :/ --- Saviour Backup System/notificationIcon.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Saviour Backup System/notificationIcon.cs b/Saviour Backup System/notificationIcon.cs index e0677c1..7dc188f 100644 --- a/Saviour Backup System/notificationIcon.cs +++ b/Saviour Backup System/notificationIcon.cs @@ -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); } }