remove navBar from reader on mac app

This commit is contained in:
Satindar Dhillon 2022-07-03 23:07:04 -07:00
parent 5a76bebaae
commit 5beb807458

View file

@ -224,10 +224,12 @@ struct WebReaderContainerView: View {
await viewModel.loadContent(dataService: dataService, itemID: item.unwrappedID)
}
}
VStack(spacing: 0) {
navBar
Spacer()
}
#if os(iOS)
VStack(spacing: 0) {
navBar
Spacer()
}
#endif
}
#if os(iOS)
.formSheet(isPresented: $showPreferencesPopover, useSmallDetent: false) {