mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-01-03 12:39:35 +00:00
disable auto update, Tab XvB as default
This commit is contained in:
parent
ad40f6086e
commit
d0ba5d161e
1 changed files with 3 additions and 3 deletions
|
@ -273,10 +273,10 @@ impl Default for Gupax {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
simple: true,
|
simple: true,
|
||||||
auto_update: true,
|
auto_update: false,
|
||||||
auto_p2pool: false,
|
auto_p2pool: false,
|
||||||
auto_xmrig: false,
|
auto_xmrig: false,
|
||||||
auto_xvb: true,
|
auto_xvb: false,
|
||||||
ask_before_quit: true,
|
ask_before_quit: true,
|
||||||
save_before_quit: true,
|
save_before_quit: true,
|
||||||
p2pool_path: DEFAULT_P2POOL_PATH.to_string(),
|
p2pool_path: DEFAULT_P2POOL_PATH.to_string(),
|
||||||
|
@ -287,7 +287,7 @@ impl Default for Gupax {
|
||||||
selected_height: APP_DEFAULT_HEIGHT as u16,
|
selected_height: APP_DEFAULT_HEIGHT as u16,
|
||||||
selected_scale: APP_DEFAULT_SCALE,
|
selected_scale: APP_DEFAULT_SCALE,
|
||||||
ratio: Ratio::Width,
|
ratio: Ratio::Width,
|
||||||
tab: Tab::About,
|
tab: Tab::Xvb,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue