Fix: Tutorial use wrong (deprecated?) spelling of AdwaitaWindow

This commit is contained in:
gnomeeee 2026-03-15 08:37:56 +01:00
parent b7307981db
commit 25c683c82a

View File

@ -20,7 +20,7 @@ struct AdwaitaTemplate: App {
struct Content: View {
var app: AdwaitaApp
var window: AdwaitaApplicationWindow
var window: AdwaitaWindow
var view: Body {
Text(Loc.helloWorld)