From acc39ceb164fdfe083c65579e2ff72b8ee514c8e Mon Sep 17 00:00:00 2001 From: Scott McKendry Date: Mon, 6 Jul 2026 14:00:57 +1200 Subject: [PATCH] fix(settings): missing vpn confirm delete modal (#2759) --- quickshell/Modules/Settings/NetworkVpnTab.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modules/Settings/NetworkVpnTab.qml b/quickshell/Modules/Settings/NetworkVpnTab.qml index 24115bf98..c00bf21e9 100644 --- a/quickshell/Modules/Settings/NetworkVpnTab.qml +++ b/quickshell/Modules/Settings/NetworkVpnTab.qml @@ -368,7 +368,7 @@ Item { hoverEnabled: true cursorShape: Qt.PointingHandCursor onClicked: { - deleteVpnConfirm.showWithOptions({ + root.deleteVpnConfirm.showWithOptions({ title: I18n.tr("Delete VPN"), message: I18n.tr("Delete \"%1\"?").arg(modelData.name), confirmText: I18n.tr("Delete"),