Rename share to export

This commit is contained in:
Balazs Perlaki-Horvath 2024-06-30 11:47:22 +02:00 committed by Kelson
parent e5a98ee598
commit 620c0ee901
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@ private struct CompactView: View {
Spacer()
BookmarkButton()
Spacer()
ShareButton()
ExportButton()
Spacer()
TabsManagerButton()
if FeatureFlags.hasLibrary {

View File

@ -37,7 +37,7 @@ struct BrowserTab: View {
#endif
ToolbarItemGroup(placement: .primaryAction) {
OutlineButton()
ShareButton()
ExportButton()
#if os(macOS)
PrintButton()
#endif

View File

@ -15,7 +15,7 @@
import SwiftUI
struct ShareButton: View {
struct ExportButton: View {
@EnvironmentObject private var browser: BrowserViewModel