Skip to content

Commit

Permalink
Update SettingsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Nov 18, 2023
1 parent 5829cad commit 6f0ebc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DarockBili Watch App/Others/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ struct SettingsView: View {
var body: some View {
List {
Section {
Toggle("显示网络疑难解答", isOn: $isShowNetworkFixing)
NavigationLink(destination: {NetworkFixView()}, label: {
Text("网络检查")
})
Toggle("自动显示网络检查", isOn: $isShowNetworkFixing)
}
}
.navigationTitle("以太网")
Expand Down

0 comments on commit 6f0ebc2

Please sign in to comment.