mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 02:52:39 -04:00
Fix macOS opening bookmark URLs for custom apps
This commit is contained in:
parent
8990f9e23a
commit
829703bfbf
@ -208,11 +208,6 @@ struct RootView: View {
|
||||
case .tab(let tabID):
|
||||
let browser = BrowserViewModel.getCached(tabID: tabID)
|
||||
BrowserTab().environmentObject(browser)
|
||||
.withHostingWindow { [weak browser] _ in
|
||||
if FeatureFlags.hasLibrary == false {
|
||||
browser?.loadMainArticle()
|
||||
}
|
||||
}
|
||||
case .bookmarks:
|
||||
Bookmarks()
|
||||
case .opened:
|
||||
|
Loading…
x
Reference in New Issue
Block a user