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 e80f88c commit 702e988Copy full SHA for 702e988
src/disk/state.rs
@@ -708,7 +708,8 @@ impl Default for Gupax {
708
selected_scale: APP_DEFAULT_SCALE,
709
ratio: Ratio::Width,
710
tab: Tab::Xvb,
711
- show_processes: ProcessName::having_tab(),
+ // show minimal services that are required to mine on p2pool, to remove complexity to new users
712
+ show_processes: vec![ProcessName::P2pool, ProcessName::Xmrig],
713
notifications: Notification::iter().collect(),
714
theme: GupaxTheme::default(),
715
}
0 commit comments