Skip to content

Commit

Permalink
Add warning about pixelation security into the description (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexP11223 authored Nov 10, 2024
1 parent 14a1367 commit 729f494
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/tools/pixelate/pixelatetool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ CaptureTool::Type PixelateTool::type() const

QString PixelateTool::description() const
{
return tr("Set Pixelate as the paint tool");
return tr("Set Pixelate as the paint tool."
" Warning: pixelation is not a security tool!"
" Secrets - especially text - can be recovered from pixelated "
"areas in some situations."
" To securely hide contents from the screenshot use a black box "
"instead.");
}

QRect PixelateTool::boundingRect() const
Expand Down

0 comments on commit 729f494

Please sign in to comment.