mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06: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);
|
terminal.apply_size_increments_to_window(*window);
|
||||||
window->show();
|
window->show();
|
||||||
window->set_icon_path("/res/icons/16x16/app-terminal.png");
|
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;
|
WeakPtr<GWindow> settings_window;
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
[Window]
|
[Window]
|
||||||
Opacity=255
|
Opacity=255
|
||||||
|
AudibleBeep=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue