mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
Merge branch 'master' of https://github.com/CloverHackyColor/CloverBootloader
This commit is contained in:
commit
35f20df56b
@ -128,7 +128,7 @@ final class SettingsViewController:
|
||||
super.viewDidLoad()
|
||||
}
|
||||
|
||||
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String + " Beta"
|
||||
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as! String
|
||||
self.appVersionField.stringValue = "v\(appVersion)"
|
||||
localize(view: self.view)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user