The app constantly monitors the clipboard and saves the last five snippets. This may be unsafe if the clipboard contains sensitive data such as passwords etc. The option to disable clipboard scanning should be made in the settings. It would also be convenient to control scanning in the clipboard panel.
Possible implementation:
In the settings make a checkbox "Allow clipboard scanning". If inactive it would disallow any scanning.
An additional checkbox "Scan in background" would allow clipboard scanning when the application has no input focus.
A button on the clipboard panel to quickly disable/enable scanning if the settings allow it.
The app constantly monitors the clipboard and saves the last five snippets. This may be unsafe if the clipboard contains sensitive data such as passwords etc. The option to disable clipboard scanning should be made in the settings. It would also be convenient to control scanning in the clipboard panel.
Possible implementation: