mirror of
https://github.com/RedDeadDepresso/KKAFIO.git
synced 2025-12-22 17:30:01 +00:00
fix: script process termination
This commit is contained in:
@@ -55,7 +55,7 @@ class ScriptManager(QObject):
|
||||
|
||||
def stop(self):
|
||||
if self._process is not None:
|
||||
self._process.terminate()
|
||||
self._process.kill()
|
||||
|
||||
def processFinished(self):
|
||||
"""Slot called when the process finishes."""
|
||||
|
||||
Reference in New Issue
Block a user