mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
FileManager: Don't show command palette for the desktop
This commit is contained in:
parent
bf4328de52
commit
6b0c4908df
Notes:
sideshowbarker
2024-07-17 19:50:03 +09:00
Author: https://github.com/AtkinsSJ
Commit: 6b0c4908df
Pull-request: https://github.com/SerenityOS/serenity/pull/12273
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ void DirectoryView::setup_icon_view()
|
|||
m_icon_view->set_fill_with_background_color(false);
|
||||
m_icon_view->set_draw_item_text_with_shadow(true);
|
||||
m_icon_view->set_flow_direction(GUI::IconView::FlowDirection::TopToBottom);
|
||||
m_icon_view->set_accepts_command_palette(false);
|
||||
}
|
||||
|
||||
m_icon_view->set_model(m_sorting_model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue