diff --git a/README.md b/README.md index 708935f..3dbe6d5 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/discover_overlay/voice_settings.py b/discover_overlay/voice_settings.py index 3b2af8d..ad400b2 100644 --- a/discover_overlay/voice_settings.py +++ b/discover_overlay/voice_settings.py @@ -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)