Skip to content

Commit

Permalink
xmark.circle.fill -> xmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jan 14, 2025
1 parent 50c14be commit 67b9bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TrueWidget/swift/TrueWidgetApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct TrueWidgetApp: App {
NSApp.terminate(nil)
},
label: {
Label("Quit TrueWidget", systemImage: "xmark.circle.fill")
Label("Quit TrueWidget", systemImage: "xmark")
.labelStyle(.titleAndIcon)
}
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct SettingsActionView: View {
NSApplication.shared.terminate(self)
},
label: {
Label("Quit TrueWidget", systemImage: "xmark.circle.fill")
Label("Quit TrueWidget", systemImage: "xmark")
})
}
.padding()
Expand Down
2 changes: 1 addition & 1 deletion src/TrueWidget/swift/Views/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct SettingsView: View {

SettingsActionView()
.tabItem {
Label("Quit, Restart", systemImage: "bolt.circle")
Label("Quit, Restart", systemImage: "xmark")
}
.tag(TabTag.action)
}
Expand Down

0 comments on commit 67b9bcd

Please sign in to comment.