feat: show zoom percentage in statusbar resolving #2870
This commit is contained in:
parent
d6c768c9b0
commit
395bdfe2b1
|
|
@ -2197,7 +2197,8 @@ statusbar.widgets:
|
|||
Python datetime documentation]."
|
||||
- zoom: "Display zoom percentage (e.g. `200%`)"
|
||||
none_ok: true
|
||||
default: ['keypress', 'search_match', 'url', 'zoom', 'scroll', 'history', 'tabs', 'progress']
|
||||
default: ['keypress', 'search_match', 'url', 'zoom', 'scroll',
|
||||
'history', 'tabs', 'progress']
|
||||
desc: "List of widgets displayed in the statusbar."
|
||||
|
||||
statusbar.zoom.show:
|
||||
|
|
|
|||
Loading…
Reference in New Issue