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:
@@ -5,6 +5,7 @@ import {
|
||||
ActiveWsIndicator,
|
||||
BarButtonStyles,
|
||||
BarLocation,
|
||||
BluetoothBatteryState,
|
||||
NotificationAnchor,
|
||||
OSDAnchor,
|
||||
OSDOrientation,
|
||||
@@ -1057,6 +1058,7 @@ const options = mkOptions(OPTIONS, {
|
||||
transitionTime: opt(200),
|
||||
bluetooth: {
|
||||
showBattery: opt(false),
|
||||
batteryState: opt<BluetoothBatteryState>('connected'),
|
||||
batteryIcon: opt(''),
|
||||
},
|
||||
volume: {
|
||||
|
||||
Reference in New Issue
Block a user