mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
FileManager: change icon for Show in File Manager
A small detail to match with the new File Manager icon in context menu. :^)
This commit is contained in:
parent
4ebfdfdc05
commit
edf9d07d3f
Notes:
sideshowbarker
2024-07-18 21:56:31 +09:00
Author: https://github.com/TheMorc Commit: https://github.com/SerenityOS/serenity/commit/edf9d07d3f5 Pull-request: https://github.com/SerenityOS/serenity/pull/5516
@ -274,7 +274,7 @@ int run_in_desktop_mode([[maybe_unused]] RefPtr<Core::ConfigFile> config)
|
||||
|
||||
auto desktop_view_context_menu = GUI::Menu::construct("Directory View");
|
||||
|
||||
auto file_manager_action = GUI::Action::create("Show in File Manager", {}, Gfx::Bitmap::load_from_file("/res/icons/16x16/filetype-folder.png"), [&](const GUI::Action&) {
|
||||
auto file_manager_action = GUI::Action::create("Show in File Manager", {}, Gfx::Bitmap::load_from_file("/res/icons/16x16/app-file-manager.png"), [&](const GUI::Action&) {
|
||||
Desktop::Launcher::open(URL::create_with_file_protocol(directory_view.path()));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user