Support GNOME 42 dark theme preference
This commit is contained in:
parent
6e8bd9b310
commit
dcb1ee40b3
1 changed files with 2 additions and 0 deletions
|
|
@ -373,6 +373,8 @@ public class Application.Client : Gtk.Application {
|
|||
// Calls Gtk.init(), amongst other things
|
||||
base.startup();
|
||||
Hdy.init();
|
||||
Hdy.StyleManager.get_default().set_color_scheme(
|
||||
Hdy.ColorScheme.PREFER_LIGHT);
|
||||
|
||||
this.engine = new Geary.Engine(get_resource_directory());
|
||||
this.config = new Configuration(SCHEMA_ID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue