Look and feel.

This commit is contained in:
Stuart Breckenridge
2020-12-07 19:22:35 +08:00
parent 841da2d570
commit c8b5caba60
9 changed files with 342 additions and 92 deletions

View File

@@ -25,6 +25,8 @@ class AddFeedlyViewModel: ObservableObject, OAuthAccountAuthorizationOperationDe
addAccount.delegate = self
#if os(macOS)
addAccount.presentationAnchor = NSApplication.shared.windows.last
#else
addAccount.presentationAnchor = UIApplication.shared.windows.last
#endif
MainThreadOperationQueue.shared.add(addAccount)
}