Merge branch 'master' of github.com:trigg/Discover into master

This commit is contained in:
trigg 2020-10-02 23:58:55 +01:00
commit 5e03ac23ed
2 changed files with 1 additions and 10 deletions

View file

@ -33,15 +33,6 @@ run `discover-overlay` if this fails it is most likely in `~/.local/bin/discover
Comes with sane-enough defaults but has a system tray icon & settings window if needed.
## Still in progress
Not all features are at the level I would like.
To do list:
- Text channels
- Text notifications (different from above)
- Open to suggestions
## Why do you keep making Discord Overlays?

View file

@ -260,7 +260,7 @@ class VoiceSettingsWindow(SettingsWindow):
square_avatar.set_active(self.square_avatar)
square_avatar.connect("toggled", self.change_square_avatar)
only_speaking_label = Gtk.Label.new("Only Speaking")
only_speaking_label = Gtk.Label.new("Display Speakers Only")
only_speaking = Gtk.CheckButton.new()
only_speaking.set_active(self.only_speaking)
only_speaking.connect("toggled", self.change_only_speaking)