This commit is contained in:
2026-02-11 18:08:29 -06:00
parent 112ff5c88e
commit e9f3ab00a7
6 changed files with 69 additions and 15 deletions

View File

@@ -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"

View File

@@ -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,