mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
Terminal: Use the visual bell by default.
This commit is contained in:
parent
0491d34d0c
commit
4edc73ad1f
2 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,7 @@ int main(int argc, char** argv)
|
|||
terminal.apply_size_increments_to_window(*window);
|
||||
window->show();
|
||||
window->set_icon_path("/res/icons/16x16/app-terminal.png");
|
||||
terminal.set_should_beep(config->read_bool_entry("Window", "AudibleBeep", true));
|
||||
terminal.set_should_beep(config->read_bool_entry("Window", "AudibleBeep", false));
|
||||
|
||||
WeakPtr<GWindow> settings_window;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue