mirror of
https://github.com/neon443/DesktopGoose2.git
synced 2026-03-11 05:19:14 +00:00
rename to desktopduck
This commit is contained in:
20
DesktopDuck/DesktopDuckApp.swift
Normal file
20
DesktopDuck/DesktopDuckApp.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// DesktopGoose2App.swift
|
||||
// DesktopGoose2
|
||||
//
|
||||
// Created by neon443 on 11/09/2025.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct DesktopDuckApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
.onAppear {
|
||||
let x = GooseWindow()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user