mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-23 03:32:13 -04:00
Rename share to export
This commit is contained in:
parent
e5a98ee598
commit
620c0ee901
@ -137,7 +137,7 @@ private struct CompactView: View {
|
||||
Spacer()
|
||||
BookmarkButton()
|
||||
Spacer()
|
||||
ShareButton()
|
||||
ExportButton()
|
||||
Spacer()
|
||||
TabsManagerButton()
|
||||
if FeatureFlags.hasLibrary {
|
||||
|
@ -37,7 +37,7 @@ struct BrowserTab: View {
|
||||
#endif
|
||||
ToolbarItemGroup(placement: .primaryAction) {
|
||||
OutlineButton()
|
||||
ShareButton()
|
||||
ExportButton()
|
||||
#if os(macOS)
|
||||
PrintButton()
|
||||
#endif
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ShareButton: View {
|
||||
struct ExportButton: View {
|
||||
|
||||
@EnvironmentObject private var browser: BrowserViewModel
|
||||
|
Loading…
x
Reference in New Issue
Block a user