Switch to private account on selecting to not use public location (#212)

This commit is contained in:
Arkadiusz Fal
2022-07-03 22:39:10 +02:00
parent 02a27b4f95
commit 9cb6ff64ff
4 changed files with 13 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ final class InstancesModel: ObservableObject {
return InstancesModel.find(id)
}
var lastUsed: Instance? {
static var lastUsed: Instance? {
guard let id = Defaults[.lastInstanceID] else {
return nil
}