mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Add explanation for Cloak mode
This commit is contained in:
parent
89d62d6d0f
commit
c11d30a2a0
1 changed files with 10 additions and 1 deletions
|
@ -268,8 +268,17 @@ function Settings({ onClose }) {
|
||||||
states.settings.cloakMode = e.target.checked;
|
states.settings.cloakMode = e.target.checked;
|
||||||
}}
|
}}
|
||||||
/>{' '}
|
/>{' '}
|
||||||
Cloak mode
|
Cloak mode{' '}
|
||||||
|
<span class="insignificant">
|
||||||
|
(<samp>Text</samp> → <samp>████</samp>)
|
||||||
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
<div class="sub-section insignificant">
|
||||||
|
<small>
|
||||||
|
Replace text as blocks, useful when taking screenshots, for
|
||||||
|
privacy reasons.
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in a new issue