mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-02-23 08:30:02 -05:00
Use dark mode trashcan icon in dark mode (#700)
This commit is contained in:
parent
8a70715c89
commit
09536f1012
@ -7,7 +7,7 @@ description: |
|
||||
Focus also destroys browsing history on quit automatically. This is a good way of automatically clearing cookies and website data regularly which is helpful to prevent tracking.
|
||||
|
||||
##### **Sanitizing on close**
|
||||
Focus sanitizies all data on close by default. Pressing on the <img alt="iOS Garbage Bin icon" width="16" height="16" src="/assets/img/browsers/ios-trash.svg"/> will immediately destroy all cookies and website data for the entire session.
|
||||
Focus sanitizies all data on close by default. Pressing on the <picture><source srcset="/assets/img/browsers/ios-trash-dark.svg" media="(prefers-color-scheme: dark)"><img src="/assets/img/browsers/ios-trash.svg" alt="trash can icon" width="16" height="16"></picture> will immediately destroy all cookies and website data for the entire session.
|
||||
|
||||
#### Notes
|
||||
Focus only lets you open one tab at a time.
|
||||
|
Loading…
x
Reference in New Issue
Block a user