def cb_button_config(self, button):
self.main_window.hide()
while Gtk.events_pending():
Gtk.main_iteration_do(False)
os.system(wineloader + ' ' + game_dir + '/bin/Final/Config.exe')
self.main_window.show()
settings.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录