From 888b1c542dca97c6298c81bb36031d331ab45ebf Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 9 Apr 2024 15:35:09 -0700 Subject: [PATCH] Don't use dGPU for rendering on dual-graphics systems Apparently the `antialiasing` flag determines this. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2549fea..faefdf8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -747,7 +747,6 @@ pub fn main() -> iced::Result { cosmic::app::run_single_instance::( cosmic::app::Settings::default() - .antialiasing(true) .no_main_window(true) .exit_on_close(false), Args::parse(),