Skip to content

Commit

Permalink
Force disabling webkit compositing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Mar 25, 2024
1 parent 68d80ed commit d7a54f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public class Mail.Application : Gtk.Application {
}

public static int main (string[] args) {
GLib.Environment.set_variable ("WEBKIT_DISABLE_COMPOSITING_MODE", "1", true);
var application = new Mail.Application ();
return application.run (args);
}

0 comments on commit d7a54f1

Please sign in to comment.