only restore if configured
This commit is contained in:
parent
a6e1c031c3
commit
3ff7c22bb7
@ -97,7 +97,9 @@ namespace TUFManager {
|
|||||||
|
|
||||||
Notify.init (_ ("TUF Manager"));
|
Notify.init (_ ("TUF Manager"));
|
||||||
|
|
||||||
restore ();
|
if (settings.get_boolean ("restore")) {
|
||||||
|
restore ();
|
||||||
|
}
|
||||||
thread = new Thread<void> ("poll_fan", this.poll_fan);
|
thread = new Thread<void> ("poll_fan", this.poll_fan);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user