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"),