add performance flags

This commit is contained in:
speyrefitte
2014-07-10 18:46:32 +02:00
parent 8036e3de90
commit d6c85c382d
3 changed files with 81 additions and 30 deletions

View File

@@ -55,6 +55,9 @@ class RDPClientQtFactory(rdp.ClientFactory):
self._w.resize(self._width, self._height)
self._w.setWindowTitle('rdpy-rdpclient')
self._w.show()
#enable perf
controller.enablePerformanceSession()
return client
def startedConnecting(self, connector):