mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Do not translate audio codecs name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user