We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab416c4 commit 1d8285aCopy full SHA for 1d8285a
1 file changed
apps/plumeimpactor/src/main.rs
@@ -9,8 +9,8 @@ mod appearance;
9
mod defaults;
10
mod refresh;
11
mod screen;
12
-mod startup;
13
mod subscriptions;
+mod startup;
14
mod tray;
15
16
pub const APP_NAME: &str = "Impactor";
@@ -34,9 +34,6 @@ fn main() -> iced::Result {
34
None
35
}
36
};
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") };
40
41
#[cfg(target_os = "linux")]
42
{
0 commit comments