parent
2c4d5181b5
commit
c772595f7e
1 changed files with 3 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue