remove leftover test timer and import
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 58s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m4s

This commit is contained in:
2026-05-31 14:16:36 +02:00
parent e06fd71f11
commit c267dfb0c2
-8
View File
@@ -1,6 +1,5 @@
import Quickshell import Quickshell
import QtQuick import QtQuick
import QtTest
import qs.Components import qs.Components
import qs.Config import qs.Config
import qs.Helpers import qs.Helpers
@@ -54,13 +53,6 @@ Item {
anchors.fill: parent anchors.fill: parent
Timer {
interval: 5000
running: true
onTriggered: root.runTest = true
}
DragHandler { DragHandler {
id: multiHandler id: multiHandler