[Settings]: Fix incorrect version info displayed at the bottom

This commit is contained in:
Magesh K
2024-12-17 01:28:25 +05:30
parent bfed227940
commit e005846324

View File

@@ -169,10 +169,9 @@ final class SettingsViewController: UITableViewController
{
self.versionLabel.text = nil
versionString += "SideStore\t"
}
versionString += "\n\(Bundle.Info.appbundleIdentifier)"
self.versionLabel.text = NSLocalizedString(versionString, comment: "SideStore Version")
}
self.versionLabel.numberOfLines = 0
self.versionLabel.lineBreakMode = .byWordWrapping