mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
Terminal: Use the visual bell by default.
This commit is contained in:
parent
0491d34d0c
commit
4edc73ad1f
Notes:
sideshowbarker
2024-07-19 13:42:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4edc73ad1f3
@ -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;
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
[Window]
|
||||
Opacity=255
|
||||
AudibleBeep=0
|
||||
|
Loading…
Reference in New Issue
Block a user