Implement model, controller and UI for killswitch dns exceptions

This commit is contained in:
aiamnezia 2025-03-10 01:41:14 +04:00
parent bb883b4880
commit 0466e71d49
14 changed files with 693 additions and 2 deletions

View file

@ -93,6 +93,20 @@ PageType {
}
DividerType {}
LabelWithButtonType {
Layout.topMargin: 32
Layout.fillWidth: true
enabled: true
text: qsTr("Kill Switch Exceptions")
descriptionText: qsTr("IP addresses that will remain accessible even when Kill Switch is activated")
rightImageSource: "qrc:/images/controls/chevron-right.svg"
clickedFunction: function() {
PageController.goToPage(PageEnum.PageSettingsKillSwitchExceptions)
}
}
}
}
}