1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

Presenter: Disable "Next" and "Previous" actions when non-applicable

This commit is contained in:
Lucas CHOLLET 2023-01-15 23:10:26 -05:00 committed by Andreas Kling
parent 2372b3b8f9
commit 07f0873531
2 changed files with 12 additions and 0 deletions

View file

@ -39,6 +39,7 @@ protected:
private:
void update_web_view();
void update_slides_actions();
RefPtr<WebView::OutOfProcessWebView> m_web_view;