Skip to content

Commit

Permalink
Update Easydict/Swift/View/SettingView/Tabs/TabView/AboutTab.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle <[email protected]>
  • Loading branch information
tisfeng and Kyle-Ye authored Dec 1, 2024
1 parent 33f944e commit 7442960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct SettingsAboutTab: View {
struct AboutTab: View {
// MARK: Internal

@Environment(\.openWindow) var openWindow
@Environment(\.openWindow) private var openWindow

var body: some View {
VortexViewReader { proxy in
Expand Down

0 comments on commit 7442960

Please sign in to comment.