iOS update: Montana_MessengerApp.swift

This commit is contained in:
efir369999 2026-05-05 17:16:37 +03:00
parent f24e2de4b2
commit b5b36f93cd

View File

@ -1,10 +1,3 @@
//
// Montana_MessengerApp.swift
// Montana Messenger
//
// Created by Kh . on 04/05/2026.
//
import SwiftUI import SwiftUI
@main @main
@ -12,6 +5,7 @@ struct Montana_MessengerApp: App {
var body: some Scene { var body: some Scene {
WindowGroup { WindowGroup {
ContentView() ContentView()
.preferredColorScheme(.dark)
} }
} }
} }