1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

fix(settings): missing vpn confirm delete modal (#2759)

This commit is contained in:
Scott McKendry
2026-07-06 14:00:57 +12:00
committed by GitHub
parent 43863a86fb
commit acc39ceb16
@@ -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"),