Using Decoder for Uint8Array type data
This commit is contained in:
@@ -92,7 +92,7 @@ export const PageNetwork: (() => Page) = () => new Page({
|
||||
new Widget.Label({
|
||||
className: "ssid",
|
||||
halign: Gtk.Align.START,
|
||||
label: ap.ssid.get_data()?.toString() ?? "Wi-Fi"
|
||||
label: getDecoded(ap.ssid.get_data()) ?? "Wi-Fi"
|
||||
} as Widget.LabelProps),
|
||||
new Widget.Label({
|
||||
className: "status",
|
||||
|
||||
Reference in New Issue
Block a user