Skip to content

Commit

Permalink
perf: adjust App name in menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 14, 2024
1 parent baca1fd commit 068203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/NewApp/View/MenuItemView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct MenuItemView: View {
}

private var versionString: String {
let defaultLabel = "Easydict \(currentVersion)"
let defaultLabel = "Easydict \(currentVersion)"
if let latestVersion,
currentVersion.compare(latestVersion, options: .numeric) == .orderedAscending
{
Expand Down

0 comments on commit 068203e

Please sign in to comment.