1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

LibWebView: Expose getter for current zoom level

This commit is contained in:
MacDue 2023-03-26 19:41:56 +01:00 committed by Linus Groh
parent 17d23590bf
commit b22052c0dd

View file

@ -40,6 +40,7 @@ public:
void zoom_in();
void zoom_out();
void reset_zoom();
float zoom_level() const { return m_zoom_level; }
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);