Tiny fix [no ci]

This commit is contained in:
pokamest 2023-01-16 17:11:00 +00:00
parent 6e882760f1
commit 44d2627e2a
3 changed files with 3 additions and 3 deletions

View file

@ -217,7 +217,7 @@ void Settings::setSaveLogs(bool enabled)
qWarning() << "Initialization of debug subsystem failed";
}
}
emit updateVpnPage();
emit saveLogsChanged();
}
QString Settings::routeModeString(RouteMode mode) const