Skip to content

Commit 1d8285a

Browse files
author
khcrysalis
committed
Revert "fix(?): set wgpu power preference to igpu"
This reverts commit c1a7c34.
1 parent ab416c4 commit 1d8285a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

apps/plumeimpactor/src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ mod appearance;
99
mod defaults;
1010
mod refresh;
1111
mod screen;
12-
mod startup;
1312
mod subscriptions;
13+
mod startup;
1414
mod tray;
1515

1616
pub const APP_NAME: &str = "Impactor";
@@ -34,9 +34,6 @@ fn main() -> iced::Result {
3434
None
3535
}
3636
};
37-
// set this to low so it tries to use the iGPU instead
38-
// https://github.com/iced-rs/iced/issues/3143
39-
unsafe { std::env::set_var("WGPU_POWER_PREF", "low") };
4037

4138
#[cfg(target_os = "linux")]
4239
{

0 commit comments

Comments
 (0)