add light/dark mode detection
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user