fix(apple): title the app "Punktfunkempfänger" — navigation title + window title
ci / rust (push) Has been cancelled
ci / rust (push) Has been cancelled
Matches the bundle display name; was the lowercase project name "punktfunk" in the home navigation title (iOS large title / macOS titlebar) and the WindowGroup title. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -109,7 +109,7 @@ struct ContentView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navigationTitle("punktfunk")
|
.navigationTitle("Punktfunkempfänger")
|
||||||
.toolbar {
|
.toolbar {
|
||||||
#if os(iOS)
|
#if os(iOS)
|
||||||
// Adjacent trailing items share one glass pill (the system default).
|
// Adjacent trailing items share one glass pill (the system default).
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ struct PunktfunkClientApp: App {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
var body: some Scene {
|
var body: some Scene {
|
||||||
WindowGroup("punktfunk") {
|
WindowGroup("Punktfunkempfänger") {
|
||||||
ContentView()
|
ContentView()
|
||||||
}
|
}
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user