cleanup AlertVisualization

Former-commit-id: 543e8abcf4
This commit is contained in:
mjames-upc 2014-05-14 12:31:58 -06:00
parent 2c4d5181b5
commit c772595f7e

View file

@ -236,11 +236,12 @@ public class AlertVisualization implements ITimerAction, IAudioAction,
this.display = display;
this.runningStandalone = runningStandalone;
ConfigurationManager.getInstance().addListener(this);
/*
if (Boolean.getBoolean("SystemTray")) {
//showAlertDlg = Boolean.getBoolean("ShowAlertVizBar");
showAlertDlg = false;
showAlertDlg = Boolean.getBoolean("ShowAlertVizBar");
doNotDisturb = true;
}
*/
showAlertDlg = false;
doNotDisturb = true;
initShell();