Fix theme issues on macOS

* Fix #5025 - Change edit entry widget title separator to the common bullet character • (U+2022)
* Fix #5307 and Fix #5347 - Remove transparent toolbar/window on macOS and properly color text in toolbar.
This commit is contained in:
Janek Bevendorff
2020-10-14 20:45:24 +02:00
committed by Jonathan White
parent b0e038e789
commit 389899e0c6
10 changed files with 84 additions and 22 deletions

View File

@@ -37,6 +37,7 @@ public:
bool hideProcess(pid_t pid);
bool isHidden(pid_t pid);
bool isDarkMode();
bool hasDarkMode();
bool enableAccessibility();
bool enableScreenRecording();
void toggleForegroundApp(bool foreground);