Explorar o código

Window tittle

Ander %!s(int64=11) %!d(string=hai) anos
pai
achega
99403dc6be
Modificáronse 1 ficheiros con 1 adicións e 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)