mirror of
https://github.com/RedDeadDepresso/KKAFIO.git
synced 2025-12-23 01:40:01 +00:00
feat: clear directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import os
|
||||
from PySide6.QtCore import QProcess, Signal, QObject, Slot
|
||||
from PySide6.QtCore import QProcess, QObject, Slot
|
||||
|
||||
|
||||
class ScriptManager(QObject):
|
||||
@@ -68,3 +68,6 @@ class ScriptManager(QObject):
|
||||
self._process = None
|
||||
self.signalBus.stopSignal.emit()
|
||||
|
||||
def scriptRunning(self):
|
||||
return self._process is not None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user