예제 #1
0
파일: Menu.py 프로젝트: kotland/Snow
 def on_btn_settings(self):
     self.work = False
     win_settings = Settings(background=self.background)
     win_settings.run()