Feat: Settings Button in Reader + Dropdown Overhaul + Settings Listener (#46)

This commit is contained in:
Youwes09
2026-04-23 21:35:33 -05:00
parent 634d32f372
commit 371b4af73f
4 changed files with 83 additions and 27 deletions
+1 -1
View File
@@ -56,4 +56,4 @@ export function createReaderKeyHandler(actions: ReaderKeyActions): (e: KeyboardE
else if (matchesKeybind(e, kb.toggleBookmark)) { e.preventDefault(); actions.toggleBookmark(); }
else if (matchesKeybind(e, kb.toggleMarker)) { e.preventDefault(); actions.toggleMarker(); }
};
}
}