// // IceGlassApp.swift // IceGlass // // Copyright 2026 Rouslan Zenetl. All Rights Reserved. // import SwiftUI @main struct IceGlassApp: App { @NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate var body: some Scene { Settings { EmptyView() } } }