1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-08 12:05:49 +00:00

Enable desktop control by default if the user has selected that in the config.

This is useful for the cases where the user has selected not to be
asked about new connections. Other cases are not affected.

svn path=/trunk/KDE/kdenetwork/krfb/; revision=1195302
This commit is contained in:
George Kiagiadakis 2010-11-10 19:38:28 +00:00
parent 7e94d6349c
commit bed6c11c35

View File

@ -30,7 +30,7 @@
struct RfbClient::Private
{
Private(rfbClientPtr client) :
controlEnabled(false),
controlEnabled(KrfbConfig::allowDesktopControl()),
client(client)
{}