Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2020-10-14 21:45:24 +0300
committerJonathan White <support@dmapps.us>2020-10-15 06:55:01 +0300
commit389899e0c62c399036e2fd3d35f4145523cd30fe (patch)
tree4fcbd837c4b26ddd26b302099d99577db6e72a41 /src/gui/osutils
parentb0e038e7891efbcab073ff66c72932aeb09cf687 (diff)
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.
Diffstat (limited to 'src/gui/osutils')
-rw-r--r--src/gui/osutils/macutils/AppKit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/osutils/macutils/AppKit.h b/src/gui/osutils/macutils/AppKit.h
index a6f7b3a12..02121683d 100644
--- a/src/gui/osutils/macutils/AppKit.h
+++ b/src/gui/osutils/macutils/AppKit.h
@@ -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);