Turn on auto_restart by default. Fix #303
This commit is contained in:
parent
24641b6cad
commit
fe745ae815
|
@ -129,7 +129,7 @@ fn default_show_notifications() -> bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
fn default_auto_restart() -> bool {
|
fn default_auto_restart() -> bool {
|
||||||
false
|
true
|
||||||
}
|
}
|
||||||
fn default_show_icon() -> bool {
|
fn default_show_icon() -> bool {
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user