mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2024-12-29 18:23:24 +01:00
Few changes to shop
This commit is contained in:
parent
fab9b49d9f
commit
c98f4e7def
@ -8,7 +8,7 @@ struct ShopView: View {
|
||||
|
||||
var body: some View {
|
||||
NavigationStack {
|
||||
ProductView(id: "fr.lumaa.Threaded.plus") {
|
||||
SubscriptionStoreView(productIDs: ["fr.lumaa.ThreadedPlus.yearly"]) {
|
||||
VStack {
|
||||
Text(String("Threaded+")) // Force the name as untranslatable
|
||||
.font(.title.bold())
|
||||
@ -25,15 +25,6 @@ struct ShopView: View {
|
||||
.navigationTitle(String(""))
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.navigationBarBackButtonHidden()
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .cancellationAction) {
|
||||
Button {
|
||||
dismiss()
|
||||
} label: {
|
||||
Text("shop.cancel")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user