Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ committed Jan 20, 2024
1 parent 2fab0c1 commit 5b3f035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DarockBili Watch App/Others/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ struct SettingsView: View {
HStack {
Image("AppIcon")
.resizable()
.frame(width: 50, height: 50)
.frame(width: 30, height: 30)
Spacer()
.frame(width: 20)
VStack {
Expand All @@ -210,6 +210,7 @@ struct SettingsView: View {
HStack {
Text("正在检查更新...")
Spacer()
.frame(width: 75)
ProgressView()
}
}
Expand Down

0 comments on commit 5b3f035

Please sign in to comment.