Using Decoder for Uint8Array type data

This commit is contained in:
Mephisto
2025-06-16 19:36:34 +03:00
committed by GitHub
parent 0f3b7d3ed4
commit a69bdfdb7c
+1 -1
View File
@@ -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",