LibWebView+UI: Generate the zoom menu

This commit is contained in:
Timothy Flynn
2025-09-10 07:23:15 -04:00
committed by Tim Flynn
parent 7d6ea99d0d
commit 9684e6dbc5
Notes: github-actions[bot] 2025-09-11 18:24:52 +00:00
20 changed files with 104 additions and 210 deletions

View File

@@ -69,9 +69,4 @@
- (void)findInPageNextMatch;
- (void)findInPagePreviousMatch;
- (void)zoomIn;
- (void)zoomOut;
- (void)resetZoom;
- (float)zoomLevel;
@end