Escape XML delimiters for notifications on linux
Thanks to @whitequark for pointing out an inconsistency in the way that some Linux desktop environments were displaying markup in notifications.
This commit is contained in:
parent
5336c5fd90
commit
7cfd3870d5
2 changed files with 11 additions and 1 deletions
|
@ -19,6 +19,7 @@ if (config.appInstance) {
|
|||
title += ` - ${config.appInstance}`;
|
||||
}
|
||||
|
||||
window.platform = process.platform;
|
||||
window.getTitle = () => title;
|
||||
window.getEnvironment = () => config.environment;
|
||||
window.getAppInstance = () => config.appInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue