master
xSmurf 9 years ago
parent c3b5b2f302
commit 21913e9611

@ -63,6 +63,7 @@ func getDefaultArgs(config *oz.XServerConf) []string {
args = append(args, "--notifications") args = append(args, "--notifications")
} else { } else {
args = append(args, "--no-notifications") args = append(args, "--no-notifications")
}
return args return args
} }

Loading…
Cancel
Save