✨ feat(control-center/network): add provisory support for wireless connections
I call it "provisory" because I don't have a Wi-Fi card to test it, but in theory, everything should work
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { exec, execAsync, Gio, GLib } from "astal";
|
||||
|
||||
export function getDecoded(text: (Uint8Array)): string {
|
||||
const decoder = new TextDecoder('utf-8');
|
||||
return decoder.decode(text);
|
||||
}
|
||||
export const decoder = new TextDecoder("utf-8"),
|
||||
encoder = new TextEncoder();
|
||||
|
||||
export function getHyprlandInstanceSig(): (string|null) {
|
||||
return GLib.getenv("HYPRLAND_INSTANCE_SIGNATURE");
|
||||
|
||||
Reference in New Issue
Block a user