Do not translate audio codecs name

This commit is contained in:
ItsLemmy
2025-09-25 09:13:43 -04:00
parent e98e034a68
commit 0e8a920ee2
+2 -2
View File
@@ -217,10 +217,10 @@ ColumnLayout {
description: I18n.tr("settings.screen-recorder.audio.audio-codec.description")
model: [{
"key": "opus",
"name": I18n.tr("options.screen-recording.audio-codecs.opus")
"name": "Opus"
}, {
"key": "aac",
"name": I18n.tr("options.screen-recording.audio-codecs.aac")
"name": "AAC"
}]
currentKey: Settings.data.screenRecorder.audioCodec
onSelected: key => Settings.data.screenRecorder.audioCodec = key