add deafen toggle (F1) and move voice toggle to F4

This commit is contained in:
Username
2026-02-24 09:36:56 +01:00
parent 5552874cd9
commit 147c8a774d
3 changed files with 49 additions and 8 deletions

View File

@@ -23,7 +23,8 @@ type Barnard struct {
TreeWidth int
LogFile *os.File
Stream *gumbleopenal.Stream
Stream *gumbleopenal.Stream
transmitting bool
Ui *uiterm.Ui
UiOutput uiterm.Textview