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
Notes: sideshowbarker 2024-07-17 07:31:31 +09:00

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);