Explorar el Código

Window tittle

Ander hace 11 años
padre
commit
99403dc6be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mopidy_touchscreen/touch_screen.py

+ 1 - 0
mopidy_touchscreen/touch_screen.py

@@ -29,6 +29,7 @@ class TouchScreen(pykka.ThreadingActor, core.CoreListener):
         os.environ["SDL_MOUSEDEV"] = config['touchscreen'][
             'sdl_mousedev']
         pygame.init()
+        pygame.display.set_caption("Mopidy-Touchscreen")
         if self.fullscreen:
             self.screen = pygame.display.set_mode(self.screen_size,
                                              pygame.FULLSCREEN)