mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Enable AUTO LOGOFF per default
This commit is contained in:
@@ -213,6 +213,12 @@ namespace BlackGui
|
||||
if (isConnected) { this->startLogoffTimerCountdown(); }
|
||||
}
|
||||
}
|
||||
|
||||
// we decided to make it difficult for users to disable it
|
||||
if (!CBuildConfig::isLocalDeveloperDebugBuild())
|
||||
{
|
||||
ui->cb_AutoLogoff->setChecked(true);
|
||||
}
|
||||
}
|
||||
|
||||
void CLoginComponent::setLogoffCountdown(int timeoutSeconds)
|
||||
|
||||
Reference in New Issue
Block a user