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:
@@ -13,7 +13,7 @@ struct PunktfunkClientApp: App {
|
||||
#endif
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup("punktfunk") {
|
||||
WindowGroup("Punktfunkempfänger") {
|
||||
ContentView()
|
||||
}
|
||||
#if os(macOS)
|
||||
|
||||
Reference in New Issue
Block a user