소스 검색

Window tittle

Ander 11 년 전
부모
커밋
99403dc6be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)