Skip to content

Commit e5e7930

Browse files
committed
FIX: ui string
1 parent 9dc11d0 commit e5e7930

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

macOS/APIExample/Base.lproj/Settings.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</textField>
3636
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8ck-Ow-7rf">
3737
<rect key="frame" x="18" y="449" width="564" height="21"/>
38-
<textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="Meta" id="zLR-cI-iJ0">
38+
<textFieldCell key="cell" lineBreakMode="clipping" alignment="left" title="Meta Data" id="zLR-cI-iJ0">
3939
<font key="font" metaFont="system" size="18"/>
4040
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
4141
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

macOS/APIExample/SettingsController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SettingsController: BaseViewController {
3434
}))
3535
self.fpsPicker.selectItem(at: GlobalSettings.shared.fpsSetting.selected)
3636

37-
self.sdkVersion.cell?.title = AgoraRtcEngineKit.getSdkVersion()
37+
self.sdkVersion.cell?.title = "v\(AgoraRtcEngineKit.getSdkVersion())"
3838
}
3939

4040
@IBAction func onResolutionChanged(_ sender: NSPopUpButton) {

0 commit comments

Comments
 (0)