new gesture/toolbar actions

This commit is contained in:
Fabian Freund
2026-08-04 16:16:25 +02:00
parent dbfcd1daaa
commit 31b863427f
8 changed files with 89 additions and 2 deletions
@@ -259,8 +259,10 @@ const _$GestureActionEnumMap = {
GestureAction.decreaseFontSize: 'decreaseFontSize',
GestureAction.toggleBookmark: 'toggleBookmark',
GestureAction.translatePage: 'translatePage',
GestureAction.showHome: 'showHome',
GestureAction.showHistory: 'showHistory',
GestureAction.showBookmarks: 'showBookmarks',
GestureAction.toggleTabBar: 'toggleTabBar',
GestureAction.moveToBackground: 'moveToBackground',
GestureAction.quitBrowser: 'quitBrowser',
};