2
0
Fork 0

Feat: add SecuritySettings.disallowToSetDefaultViaBluetooth

This commit is contained in:
Dorian Zedler 2024-11-26 16:49:22 +01:00
parent ac091a721e
commit 752771a144
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -14,6 +14,9 @@ message SecuritySettings {
// At least one lane must be enabled. Otherwise, the first lane will be
// enabled!
bool disableBluetooth = 1;
// If set to true, the default settings can't be set via bluetooth
bool disallowToSetDefaultViaBluetooth = 2;
}
//