diff options
author | Ajay <[email protected]> | 2024-01-14 18:34:23 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2024-01-14 18:34:23 -0500 |
commit | 1bf67cc533c31561974e95e05de19c48f5f8d30c (patch) | |
tree | f566d1d1a5bafac85c4ea4a6d26c227b79ef8b22 /public | |
parent | f3818c2066edbb99412ffb8223984c0baabb15e0 (diff) | |
download | SponsorBlock-1bf67cc533c31561974e95e05de19c48f5f8d30c.tar.gz SponsorBlock-1bf67cc533c31561974e95e05de19c48f5f8d30c.zip |
Add keybind for previewing a segment
Diffstat (limited to 'public')
m--------- | public/_locales | 0 | ||||
-rw-r--r-- | public/options/options.html | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/public/_locales b/public/_locales -Subproject 7f2d4e63dc53facfeed96aae1086c2bc3329b51 +Subproject baf39106e0471e89dd85c17871017dc38b99134 diff --git a/public/options/options.html b/public/options/options.html index 01a3b345..146b7956 100644 --- a/public/options/options.html +++ b/public/options/options.html @@ -448,6 +448,11 @@ <div class="inline"></div> </div> + <div data-type="keybind-change" data-sync="previewKeybind"> + <label class="optionLabel">__MSG_setPreviewKeybind__:</label> + <div class="inline"></div> + </div> + <div data-type="keybind-change" data-sync="actuallySubmitKeybind"> <label class="optionLabel">__MSG_setSubmitKeybind__:</label> <div class="inline"></div> |