From f69b599c436960df5f7d157bfa593e38a65fe203 Mon Sep 17 00:00:00 2001 From: purian23 Date: Sun, 10 Aug 2025 00:02:48 -0400 Subject: [PATCH] Update process handling --- Modals/ProcessListModal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modals/ProcessListModal.qml b/Modals/ProcessListModal.qml index 0a17daf8..45e16bc8 100644 --- a/Modals/ProcessListModal.qml +++ b/Modals/ProcessListModal.qml @@ -103,7 +103,7 @@ DankModal { width: 400 height: 200 radius: Theme.cornerRadius - color: Theme.errorBackground + color: Qt.rgba(Theme.error.r, Theme.error.g, Theme.error.b, 0.1) border.color: Theme.error border.width: 2 visible: !DankgopService.dankgopAvailable