Hide notifications in simple view, draw combobox upward if no space in scissor region to fully draw box

This commit is contained in:
dec05eba
2024-09-15 02:49:28 +02:00
parent ce78dd5b36
commit 5d6d57b881
5 changed files with 104 additions and 82 deletions

View File

@@ -328,7 +328,7 @@ namespace gsr {
button->add_item("Start", "start", "Alt+F8");
button->add_item("Settings", "settings");
button->set_item_icon("start", &get_theme().play_texture);
button->on_click = std::bind(&Overlay::on_press_start_replay, this, std::placeholders::_1);
button->on_click = std::bind(&Overlay::on_press_start_stream, this, std::placeholders::_1);
main_buttons_list->add_widget(std::move(button));
}