mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:27:35 +00:00
parent
a4f80ee658
commit
67d5c9e154
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ RunWindow::RunWindow()
|
|||
|
||||
m_path_combo_box = *main_widget.find_descendant_of_type_named<GUI::ComboBox>("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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue