MCPcopy Index your code
hub / github.com/PlayOnLinux/POL-POM-4 / run_plugin

Method run_plugin

python/mainwindow.py:627–633  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

625 self.RConfigure("regedit")
626
627 def run_plugin(self, event):
628 game_exec = self.GetSelectedProgram()
629 plugin = self.plugin_list[event.GetId() - 300]
630 try:
631 subprocess.Popen(["bash", Variables.playonlinux_rep + "/plugins/" + plugin + "/scripts/menu", game_exec])
632 except:
633 pass
634
635 def runSupport(self, event):
636 urlId = event.GetId() - 400

Callers

nothing calls this directly

Calls 1

GetSelectedProgramMethod · 0.95

Tested by

no test coverage detected