Change label text to DNS exceptions
This commit is contained in:
parent
cafac3aa61
commit
92b0ea6213
8 changed files with 15 additions and 15 deletions
|
|
@ -56,7 +56,7 @@ bool KillSwitch::refresh(bool enabled)
|
|||
{
|
||||
#ifdef Q_OS_WIN
|
||||
QSettings RegHLM("HKEY_LOCAL_MACHINE\\Software\\" + QString(ORGANIZATION_NAME)
|
||||
+ "\\" + QString(APPLICATION_NAME), QSettings::NativeFormat);
|
||||
+ "\\" + QString(APPLICATION_NAME), QSettings::NativeFormat);
|
||||
RegHLM.setValue("strictKillSwitchEnabled", enabled);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue