diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-16 22:21:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:00 +0200 |
| commit | 93a781c8b9d34effd376537268970193b9b01479 (patch) | |
| tree | 719008d31a03a1b8904935e37b440d7aec33b8d1 /src/lib/release_notes.h | |
| parent | fecfda4c913da3f60ab4329d1f4f412bc27d19a7 (diff) | |
Fix dark mode for release notes.
Diffstat (limited to 'src/lib/release_notes.h')
| -rw-r--r-- | src/lib/release_notes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/release_notes.h b/src/lib/release_notes.h index a5026b432..d0837248b 100644 --- a/src/lib/release_notes.h +++ b/src/lib/release_notes.h @@ -23,4 +23,4 @@ #include <string> -extern boost::optional<std::string> find_release_notes(boost::optional<std::string> current = boost::optional<std::string>()); +extern boost::optional<std::string> find_release_notes(bool dark, boost::optional<std::string> current = boost::optional<std::string>()); |
