mirror of
https://github.com/KDE/krfb
synced 2026-07-01 15:31:19 -07: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:
@@ -30,7 +30,7 @@
|
||||
struct RfbClient::Private
|
||||
{
|
||||
Private(rfbClientPtr client) :
|
||||
controlEnabled(false),
|
||||
controlEnabled(KrfbConfig::allowDesktopControl()),
|
||||
client(client)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user