Skip to content

Commit 702e988

Browse files
committed
feat: only show p2pool and xmrig for processes tabs
1 parent e80f88c commit 702e988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/disk/state.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,8 @@ impl Default for Gupax {
708708
selected_scale: APP_DEFAULT_SCALE,
709709
ratio: Ratio::Width,
710710
tab: Tab::Xvb,
711-
show_processes: ProcessName::having_tab(),
711+
// show minimal services that are required to mine on p2pool, to remove complexity to new users
712+
show_processes: vec![ProcessName::P2pool, ProcessName::Xmrig],
712713
notifications: Notification::iter().collect(),
713714
theme: GupaxTheme::default(),
714715
}

0 commit comments

Comments
 (0)