mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-11 19:15:18 -04:00
Disable STDIN listening when not needed
This commit is contained in:
parent
13a313ff66
commit
9d7e7c1ca8
6 changed files with 16 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <Winsock2.h>
|
||||
#endif
|
||||
|
||||
NativeMessagingHost::NativeMessagingHost() : NativeMessagingBase()
|
||||
NativeMessagingHost::NativeMessagingHost() : NativeMessagingBase(true)
|
||||
{
|
||||
m_localSocket = new QLocalSocket();
|
||||
m_localSocket->connectToServer(getLocalServerPath());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue