🔧 chore(control-center/pages/bluetooth): show adapter's address as a description
This commit is contained in:
@@ -62,6 +62,7 @@ export const BluetoothPage = new Page({
|
|||||||
|
|
||||||
return <PageButton class={isSelected.as(is => is ? "selected" : "")}
|
return <PageButton class={isSelected.as(is => is ? "selected" : "")}
|
||||||
title={adapter.alias ?? "Adapter"} icon={"bluetooth-active-symbolic"}
|
title={adapter.alias ?? "Adapter"} icon={"bluetooth-active-symbolic"}
|
||||||
|
description={createBinding(adapter, "address")}
|
||||||
endWidget={
|
endWidget={
|
||||||
<Gtk.Image iconName={"object-select-symbolic"} visible={isSelected} />
|
<Gtk.Image iconName={"object-select-symbolic"} visible={isSelected} />
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user