Update bluetooth battery indicator padding and provide option to define when to show battery icon. (#403)
* Update bluetooth battery indicator visuals and behavior. * Remove log * Update default battery state to paired. * Change to connected
This commit is contained in:
@@ -18,6 +18,12 @@ export const BluetoothMenuSettings = (): Scrollable<Child, Attribute> => {
|
||||
title: 'Show Battery Percentage for Connected Devices (If Supported)',
|
||||
type: 'boolean',
|
||||
}),
|
||||
Option({
|
||||
opt: options.menus.bluetooth.batteryState,
|
||||
title: 'Show Battery When',
|
||||
type: 'enum',
|
||||
enums: ['connected', 'paired', 'always'],
|
||||
}),
|
||||
Option({
|
||||
opt: options.menus.bluetooth.batteryIcon,
|
||||
title: 'Battery Icon',
|
||||
|
||||
Reference in New Issue
Block a user