fix some overview-only config stuff (#418)

This commit is contained in:
end-4
2024-04-16 15:51:58 +07:00
parent f173fbb7ad
commit 6f39a98a2f
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -12,6 +12,9 @@ const userConfigOptions = {
'prevTab': "Ctrl+Page_Up",
},
},
'sidebar': {
'imageAllowNsfw': true,
}
}
export default userConfigOptions;