diff --git a/src/Widgets/SettingsPopover.vala b/src/Widgets/SettingsPopover.vala index 6df8fa9da6..c93b7191c0 100644 --- a/src/Widgets/SettingsPopover.vala +++ b/src/Widgets/SettingsPopover.vala @@ -145,6 +145,7 @@ public sealed class Terminal.SettingsPopover : Gtk.Popover { Application.settings.bind ("follow-system-style", follow_system_button, "active", DEFAULT); Application.settings.bind ("natural-copy-paste", natural_copy_paste_button, "active", DEFAULT); + Application.settings.bind ("audible-bell", audible_bell_button, "active", DEFAULT); Application.settings.changed.connect ((s, n) => { if (n == "background" || n == "foreground") {