mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Enable AUTO LOGOFF per default
This commit is contained in:
@@ -213,6 +213,12 @@ namespace BlackGui
|
|||||||
if (isConnected) { this->startLogoffTimerCountdown(); }
|
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)
|
void CLoginComponent::setLogoffCountdown(int timeoutSeconds)
|
||||||
|
|||||||
Reference in New Issue
Block a user