fix - replace Punktfunkempfänger with Punktfunk
This commit is contained in:
@@ -66,7 +66,7 @@ struct HomeView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navigationTitle("Punktfunkempfänger")
|
.navigationTitle("Punktfunk")
|
||||||
// Browse the LAN for advertised hosts only while the grid is up — not during a
|
// Browse the LAN for advertised hosts only while the grid is up — not during a
|
||||||
// session. The home appears/disappears as the stream swaps in and out.
|
// session. The home appears/disappears as the stream swaps in and out.
|
||||||
.onAppear { discovery.start() }
|
.onAppear { discovery.start() }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ struct PunktfunkClientApp: App {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
var body: some Scene {
|
var body: some Scene {
|
||||||
WindowGroup("Punktfunkempfänger") {
|
WindowGroup("Punktfunk") {
|
||||||
ContentView()
|
ContentView()
|
||||||
}
|
}
|
||||||
// The Stream menu (Disconnect ⌘D, Show/Hide Statistics ⌘⇧S) — a real menu bar on
|
// The Stream menu (Disconnect ⌘D, Show/Hide Statistics ⌘⇧S) — a real menu bar on
|
||||||
|
|||||||
Reference in New Issue
Block a user