typo
Co-Authored-By: Michael <33252157+APMichael@users.noreply.github.com> #3843
This commit is contained in:
parent
ba97a442fc
commit
045c66b368
|
@ -819,7 +819,7 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="12" column="1" colspan="2">
|
<item row="12" column="1" colspan="2">
|
||||||
<widget class="QCheckBox" name="chkUserOperation">
|
<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>
|
<string>Prevent move mouse, bring in front, and simmilar operations, this is likely to cause issues with games.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -829,8 +829,8 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="13" column="1" colspan="2">
|
<item row="13" column="1" colspan="2">
|
||||||
<widget class="QCheckBox" name="chkBlockCapture">
|
<widget class="QCheckBox" name="chkBlockCapture">
|
||||||
<property name="statusTip">
|
<property name="toolTip">
|
||||||
<string>This feature does not block all means of optaining a screen capture only some common once.</string>
|
<string>This feature does not block all means of obtaining a screen capture, only some common ones.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches)</string>
|
<string>Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches)</string>
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="chkSuspend">
|
<widget class="QCheckBox" name="chkSuspend">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hotkey for suspending all process</string>
|
<string>Hotkey for suspending all process:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in New Issue