1
Fork 0
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:
Sam Atkins 2022-02-03 15:01:24 +00:00 committed by Andreas Kling
parent bf4328de52
commit 6b0c4908df

View file

@ -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);