diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-18 20:37:14 +0200 |
| commit | a2b97a1e3e4211a5c6b86ab780bcb9f5f4a9eeeb (patch) | |
| tree | 354d75141352ab018a7a7020a28c68691ec1a23e /src/tools/dcpomatic.cc | |
| parent | e983d424808894dc9b036c46cd61d8fa39487dfd (diff) | |
| parent | 179685ef5cfb81d362282ee2fae526533e6404a3 (diff) | |
Improve the appearance of things in macOS dark mode in various ways.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index eec81d3c8..001d1859e 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1746,7 +1746,7 @@ private: UpdateChecker::instance()->run (); } - auto release_notes = find_release_notes(); + auto release_notes = find_release_notes(gui_is_dark()); if (release_notes) { auto notes = new HTMLDialog(nullptr, _("Release notes"), std_to_wx(*release_notes), true); notes->Centre(); |
