mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/users: add keyboard shortcuts to user list
This commit is contained in:
@ -11,6 +11,7 @@ function saveSettings(browsingSettings) {
|
||||
function getSettings(settings) {
|
||||
const defaultSettings = {
|
||||
endlessScroll: false,
|
||||
keyboardShortcuts: true,
|
||||
};
|
||||
let ret = {};
|
||||
let userSettings = localStorage.getItem('settings');
|
||||
|
Reference in New Issue
Block a user