fix(bluetooth): make it always pairable
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-10-21 12:44:38 -04:00
parent 9e14b6aff2
commit 96a7bcb6aa

View file

@ -11,12 +11,14 @@ in {
settings = {
General = {
AlwaysPairable = true;
PairableTimeout = 0;
DiscoverableTimeout = 0;
Experimental = true;
KernelExperimental = true;
};
Policy.AutoEnable = "true";
Policy.AutoEnable = true;
};
};