From 25c683c82a9c93524195ee86c6307563e60847c3 Mon Sep 17 00:00:00 2001 From: gnomeeee Date: Sun, 15 Mar 2026 08:37:56 +0100 Subject: [PATCH] Fix: Tutorial use wrong (deprecated?) spelling of AdwaitaWindow --- Resources/Views/AdwaitaTemplate2.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Views/AdwaitaTemplate2.swift b/Resources/Views/AdwaitaTemplate2.swift index 54f46ee..bf68b31 100644 --- a/Resources/Views/AdwaitaTemplate2.swift +++ b/Resources/Views/AdwaitaTemplate2.swift @@ -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)