Removed macOS template Images setting (but left reference in code)

This commit is contained in:
Robinson 2023-01-11 14:37:13 +01:00
parent 886eb9ed78
commit a34eeff5dc
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 3 additions and 1 deletions

View File

@ -190,7 +190,9 @@ class SystemTray {
if (AUTO_FIX_INCONSISTENCIES) {
// we have to make sure to follow the system appearance (if possible)
System.setProperty("apple.awt.application.appearance", "system");
System.setProperty("apple.awt.enableTemplateImages", "true");
// Template images are the "black/white" enforced tray theme by macOS. This is left as a reference.
// System.setProperty("apple.awt.enableTemplateImages", "true");
}
// we must recreate the menu if we call get() after remove()!