mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-25 21:12:01 +08:00
SYNERGY-1017 - Update secure input message
This commit is contained in:
parent
11d5bbc1bc
commit
f2e42efe41
@ -338,7 +338,7 @@ void MainWindow::checkSystemInterruptions()
|
||||
m_isSecureInputNotificationShown = true;
|
||||
QMessageBox message(this);
|
||||
message.addButton(QObject::tr("Accept"), QMessageBox::AcceptRole);
|
||||
message.setText(QObject::tr("Secure input was enabled in your system by another application, synergy will not be able to send keyboard strikes while the secure input is enabled"));
|
||||
message.setText(QObject::tr("Secure input was enabled in your system by another application. Synergy will not be able to send keyboard strokes while the secure input is enabled"));
|
||||
message.exec();
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user