feature: Add Kill Switch settings page with strict mode option
This commit is contained in:
parent
5fc80121b4
commit
4407e2801b
9 changed files with 155 additions and 18 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue