mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
FileManager: Don't show command palette for the desktop
This commit is contained in:
parent
bf4328de52
commit
6b0c4908df
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