mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Switch to private account on selecting to not use public location (#212)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user