Turn on auto_restart by default. Fix #303

This commit is contained in:
Federico Terzi 2020-06-09 20:48:03 +02:00
parent 24641b6cad
commit fe745ae815

View File

@ -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