add light/dark mode detection

This commit is contained in:
Axel Kohlmeyer
2024-08-24 19:19:56 -04:00
parent 217546ed3b
commit baf1511f23
2 changed files with 16 additions and 0 deletions

View File

@ -28,6 +28,9 @@ extern bool has_exe(const QString &exe);
// recursively purge a directory
extern void purge_directory(const QString &dir);
// flag if light or dark theme
extern bool is_light_theme();
#endif
// Local Variables:
// c-basic-offset: 4