Add repeat.last operation to default settings

This commit is contained in:
Shin'ya Ueoka 2019-05-25 21:55:22 +09:00
parent ccbe08cf66
commit a2ee6897bf
3 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,7 @@ const fields = [
['zoom.out', 'Zoom-out'],
['zoom.neutral', 'Reset zoom level'],
['page.source', 'Open a page source'],
['repeat.last', 'Repeat last change'],
]
];