updated
This commit is contained in:
@@ -201,6 +201,22 @@ ColumnLayout {
|
||||
label: pluginApi.tr("settings.video.frame-rate")
|
||||
description: pluginApi.tr("settings.video.frame-rate-desc")
|
||||
model: [
|
||||
{
|
||||
"key": "5",
|
||||
"name": "5 FPS"
|
||||
},
|
||||
{
|
||||
"key": "10",
|
||||
"name": "10 FPS"
|
||||
},
|
||||
{
|
||||
"key": "15",
|
||||
"name": "15 FPS"
|
||||
},
|
||||
{
|
||||
"key": "20",
|
||||
"name": "20 FPS"
|
||||
},
|
||||
{
|
||||
"key": "30",
|
||||
"name": "30 FPS"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "screen-recorder",
|
||||
"name": "Screen Recorder",
|
||||
"version": "1.1.6",
|
||||
"version": "1.1.7",
|
||||
"minNoctaliaVersion": "3.6.0",
|
||||
"author": "Noctalia Team",
|
||||
"official": true,
|
||||
|
||||
Reference in New Issue
Block a user