A skip notice is now shown upon voting if one isn't already on screen

A skip notice is now shown upon voting if one isn't already on screen

minor fixes
This commit is contained in:
gosha305
2025-02-15 23:34:42 +01:00
parent 75dc6a1980
commit 66876283b4
4 changed files with 44 additions and 8 deletions

View File

@@ -358,8 +358,8 @@ const syncDefaults = {
nextChapterKeybind: { key: "ArrowRight", ctrl: true },
previousChapterKeybind: { key: "ArrowLeft", ctrl: true },
closeSkipNoticeKeybind: { key: "Backspace" },
downvoteKeybind: { key: "h" },
upvoteKeybind: { key: "g" },
downvoteKeybind: { key: "h", shift: true },
upvoteKeybind: { key: "g", shift: true },
categorySelections: [{
name: "sponsor" as Category,