tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
change path
moth11.net
7 months ago
89dbaaed
369b5fc3
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
wscontext.svelte.ts
+1
-1
src/lib/wscontext.svelte.ts
···
20
20
active: boolean = false
21
21
nick: string = "wanderer"
22
22
handle: string = ""
23
23
-
audio: HTMLAudioElement = new Audio('%sveltekit.assets%/notif.wav')
23
23
+
audio: HTMLAudioElement = new Audio('/notif.wav')
24
24
25
25
constructor(channelUri: string, defaultHandle: string, defaultNick: string, defaultColor: number) {
26
26
console.log(channelUri)