refactor(stop_button): moved to top layer, plugin added

This commit is contained in:
2024-07-06 20:48:15 +02:00
parent db1cdf4280
commit f5b8375fd3
10 changed files with 85 additions and 17 deletions
+1
View File
@@ -21,6 +21,7 @@ class Widgets(str, enum.Enum):
BECStatusBox = "BECStatusBox"
RingProgressBar = "RingProgressBar"
ScanControl = "ScanControl"
StopButton = "StopButton"
TextBox = "TextBox"
VSCodeEditor = "VSCodeEditor"
WebsiteWidget = "WebsiteWidget"