mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
Presenter: Support multiple frames per slide
This commit is contained in:
parent
7c312980b0
commit
fcda397136
8 changed files with 84 additions and 37 deletions
|
@ -128,8 +128,8 @@ void PresenterWidget::update_web_view()
|
|||
void PresenterWidget::update_slides_actions()
|
||||
{
|
||||
if (m_current_presentation) {
|
||||
m_next_slide_action->set_enabled(m_current_presentation->has_a_next_frame());
|
||||
m_previous_slide_action->set_enabled(m_current_presentation->has_a_previous_frame());
|
||||
m_next_slide_action->set_enabled(m_current_presentation->has_next_frame());
|
||||
m_previous_slide_action->set_enabled(m_current_presentation->has_previous_frame());
|
||||
m_full_screen_action->set_enabled(true);
|
||||
m_present_from_first_slide_action->set_enabled(true);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue