Unstable Features groundwork

This commit is contained in:
naturecodevoid
2023-05-20 09:24:09 -07:00
parent ed2270ff46
commit b6c9797104
5 changed files with 113 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
// Register default settings before doing anything else.
UserDefaults.registerDefaults()
UnstableFeatures.load()
DatabaseManager.shared.start { (error) in
if let error = error
{