diff --git a/Userland/Applications/Run/RunWindow.cpp b/Userland/Applications/Run/RunWindow.cpp index 95aeaa9a41..580123fbcb 100644 --- a/Userland/Applications/Run/RunWindow.cpp +++ b/Userland/Applications/Run/RunWindow.cpp @@ -67,6 +67,7 @@ RunWindow::RunWindow() m_path_combo_box = *main_widget.find_descendant_of_type_named("path"); m_path_combo_box->set_model(m_path_history_model); + m_path_combo_box->set_selected_index(0); m_path_combo_box->on_return_pressed = [this] { m_ok_button->click(); };