mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Terminal: Use 16x16/settings.png for the terminal settings action
This commit is contained in:
parent
ec67b1ac32
commit
3f02742504
Notes:
sideshowbarker
2024-07-18 19:18:03 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3f027425045
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ int main(int argc, char** argv)
|
|||
auto new_scrollback_size = config->read_num_entry("Terminal", "MaxHistorySize", terminal.max_history_size());
|
||||
terminal.set_max_history_size(new_scrollback_size);
|
||||
|
||||
auto open_settings_action = GUI::Action::create("&Settings", Gfx::Bitmap::load_from_file("/res/icons/16x16/gear.png"),
|
||||
auto open_settings_action = GUI::Action::create("&Settings", Gfx::Bitmap::load_from_file("/res/icons/16x16/settings.png"),
|
||||
[&](const GUI::Action&) {
|
||||
if (!settings_window)
|
||||
settings_window = create_settings_window(terminal);
|
||||
|
|
Loading…
Reference in a new issue