mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 03:20:24 +00:00
8c3c4d7607
Since we have `accountSettings` and `globalSettings` available on both sides Nim and qml, we don't need `src/app_service/service/local_settings/service` any more. Indeed it has never been a service logically, but we made it as service according to the old code base. Accessing any of local setting instances is easy doable from any part of the app just using `singletonInstance` and appropriate settings from it.