Skip to content

privacy-indicator: add camera filter regex#623

Open
4hnme wants to merge 2 commits intonoctalia-dev:mainfrom
4hnme:cam-filter
Open

privacy-indicator: add camera filter regex#623
4hnme wants to merge 2 commits intonoctalia-dev:mainfrom
4hnme:cam-filter

Conversation

@4hnme
Copy link
Copy Markdown

@4hnme 4hnme commented Apr 10, 2026

same as microphone filter, but for camera

same as microphone filter, but for camera
@github-actions
Copy link
Copy Markdown
Contributor

@Ly-sec - this PR modifies your plugin. Please review when you have a chance.

@github-actions
Copy link
Copy Markdown
Contributor

Automatic Code Quality Review


File: privacy-indicator/Settings.qml

  • (L) Line 115: When it comes to translations there is no need for fallback values. From: pluginApi?.tr("example") || "value". To: pluginApi?.tr("example")
+      label: pluginApi?.tr("settings.camFilterRegex.label") || "Camera filter regex"
  • (L) Line 116: When it comes to translations there is no need for fallback values. From: pluginApi?.tr("example") || "value". To: pluginApi?.tr("example")
+      description: pluginApi?.tr("settings.camFilterRegex.desc") || "Regex pattern to filter out camera applications"

Co-authored-by: Cleboost <clement.balarot@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants