Don't use dGPU for rendering on dual-graphics systems
Apparently the `antialiasing` flag determines this.
This commit is contained in:
parent
e928053697
commit
888b1c542d
1 changed files with 0 additions and 1 deletions
|
|
@ -747,7 +747,6 @@ pub fn main() -> iced::Result {
|
||||||
|
|
||||||
cosmic::app::run_single_instance::<App>(
|
cosmic::app::run_single_instance::<App>(
|
||||||
cosmic::app::Settings::default()
|
cosmic::app::Settings::default()
|
||||||
.antialiasing(true)
|
|
||||||
.no_main_window(true)
|
.no_main_window(true)
|
||||||
.exit_on_close(false),
|
.exit_on_close(false),
|
||||||
Args::parse(),
|
Args::parse(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue