Skip to content

Commit

Permalink
fix: remove hide toolbar to avoid overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 1, 2024
1 parent 7442960 commit 6602264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Easydict/Swift/View/AcknowListView/AcknowListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ struct AcknowListView: View {
AcknowListSwiftUIView(acknowList: acknowList)
.listStyle(.sidebar)
}
.hideWindowToolbarBackground()
.thickMaterialWindowBackground()
}

Expand Down

0 comments on commit 6602264

Please sign in to comment.