diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-13 08:36:51 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-13 08:36:51 +0200 |
commit | 82866404bb8abf6e10663215e0eb8181de76e52a (patch) | |
tree | 70e3fb4f5d0acbc605f02912ffa471e1fa153dfe /includes/hardinfo.h | |
parent | 611f4827ad5704f0668a703405d13d5fd58b0dfe (diff) |
FIX remove flashing intensity from gui benchmark - FIX #31
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r-- | includes/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 03449227..bf721b54 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -57,6 +57,7 @@ struct _ProgramParameters { gint skip_benchmarks; gint quiet; gint theme; + gint darkmode; gint aborting_benchmarks; /* * OK to use the common parts of HTML(4.0) and Pango Markup |