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