🔧 chore(modules/bluetooth): save last default adapter in user data

This commit is contained in:
retrozinndev
2025-09-25 16:02:20 -03:00
parent e07ef2ef15
commit c8364c99f2
2 changed files with 14 additions and 3 deletions
+3 -1
View File
@@ -384,7 +384,9 @@ const generalConfigDefaults = {
const userDataDefaults = {
control_center: {
default_backlight: undefined
}
},
bluetooth_default_adapter: undefined
};
export const userData = new Config<