Fixed a bug in the remote manager.

This commit is contained in:
Storm Dragon
2025-07-05 09:15:40 -04:00
parent bab7c1a552
commit c90c726899
4 changed files with 19 additions and 10 deletions

View File

@ -128,7 +128,7 @@ class FenrirManager():
def handle_remote_incomming(self, event):
if not event['data']:
return
self.environment['runtime']['remoteManager'].handle_remote_incomming(
self.environment['runtime']['RemoteManager'].handle_remote_incomming(
event['data'])
def handle_screen_change(self, event):