mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:18:13 +00:00
FileManager: Change shortcut of Display Settings desktop option
'D' is already used by 'New Directory', let's use 'S'. Fixes #7350.
This commit is contained in:
parent
1d959a7b81
commit
95a11d5737
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ int run_in_desktop_mode([[maybe_unused]] RefPtr<Core::ConfigFile> config)
|
|||
Desktop::Launcher::open(URL::create_with_file_protocol(directory_view.path()));
|
||||
});
|
||||
|
||||
auto display_properties_action = GUI::Action::create("&Display Settings", {}, Gfx::Bitmap::load_from_file("/res/icons/16x16/app-display-settings.png"), [&](const GUI::Action&) {
|
||||
auto display_properties_action = GUI::Action::create("Display &Settings", {}, Gfx::Bitmap::load_from_file("/res/icons/16x16/app-display-settings.png"), [&](const GUI::Action&) {
|
||||
Desktop::Launcher::open(URL::create_with_file_protocol("/bin/DisplaySettings"));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue