You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would replace the current string compare (and need to keep password in memory) in MainWindow::clearClipboard() with a simple clipboard->ownsClipboard() / clipboard->ownsSelection() check 😄
This would replace the current string compare (and need to keep password in memory) in
MainWindow::clearClipboard()
with a simpleclipboard->ownsClipboard()
/clipboard->ownsSelection()
check 😄Found while working on: #280
The text was updated successfully, but these errors were encountered: