mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-26 20:55:29 +00:00
Bring MainWindow to front when opening another instance of gtkui
This commit is contained in:
parent
d62da02bae
commit
14eb3e51b0
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ log = logging.getLogger(__name__)
|
||||||
class IPCProtocolServer(Protocol):
|
class IPCProtocolServer(Protocol):
|
||||||
def dataReceived(self, data):
|
def dataReceived(self, data):
|
||||||
data = rencode.loads(data)
|
data = rencode.loads(data)
|
||||||
|
component.get("MainWindow").present()
|
||||||
process_args(data)
|
process_args(data)
|
||||||
|
|
||||||
class IPCProtocolClient(Protocol):
|
class IPCProtocolClient(Protocol):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue