orontee / taranis

Local weather data on your PocketBook e-book reader.
GNU General Public License v3.0
24 stars 0 forks source link

Application state not saved with current pre-release #75

Closed orontee closed 1 year ago

orontee commented 1 year ago

Looks like the destructor of ApplicationState isn't called when unique pointer is reset. Weird...

Added explicit calls to restore()/dump() to fix the problem. It improves the log since the logger is now configured at the time those function are called. But the root cause isn't understood, too bad.