Skip to content

Commit 4a57144

Browse files
committed
Удалил лишний код
1 parent 7386ab2 commit 4a57144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftUI-WorkoutApp/SwiftUI_WorkoutAppApp.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ struct SwiftUI_WorkoutAppApp: App {
3232
var body: some Scene {
3333
WindowGroup {
3434
RootScreen(selectedTab: $tabViewModel.selectedTab)
35-
.environment(\.locale, .init(identifier: "en"))
3635
.environmentObject(tabViewModel)
3736
.environmentObject(network)
3837
.environmentObject(defaults)

0 commit comments

Comments
 (0)