Co-Authored-By: Michael <33252157+APMichael@users.noreply.github.com>

#3843
This commit is contained in:
offhub 2024-04-22 19:14:11 +03:00
parent ba97a442fc
commit 045c66b368
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
2 changed files with 4 additions and 4 deletions

View File

@ -819,7 +819,7 @@
</item>
<item row="12" column="1" colspan="2">
<widget class="QCheckBox" name="chkUserOperation">
<property name="statusTip">
<property name="toolTip">
<string>Prevent move mouse, bring in front, and simmilar operations, this is likely to cause issues with games.</string>
</property>
<property name="text">
@ -829,8 +829,8 @@
</item>
<item row="13" column="1" colspan="2">
<widget class="QCheckBox" name="chkBlockCapture">
<property name="statusTip">
<string>This feature does not block all means of optaining a screen capture only some common once.</string>
<property name="toolTip">
<string>This feature does not block all means of obtaining a screen capture, only some common ones.</string>
</property>
<property name="text">
<string>Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches)</string>

View File

@ -77,7 +77,7 @@
<item>
<widget class="QCheckBox" name="chkSuspend">
<property name="text">
<string>Hotkey for suspending all process</string>
<string>Hotkey for suspending all process:</string>
</property>
</widget>
</item>