feature: Add Kill Switch settings page with strict mode option

This commit is contained in:
aiamnezia 2025-02-17 21:35:08 +04:00
parent 5fc80121b4
commit 4407e2801b
9 changed files with 155 additions and 18 deletions

View file

@ -213,6 +213,10 @@ public:
bool isKillSwitchEnabled() const;
void setKillSwitchEnabled(bool enabled);
bool isStrictKillSwitchEnabled() const;
void setStrictKillSwitchEnabled(bool enabled);
QString getInstallationUuid(const bool needCreate);
void resetGatewayEndpoint();