fix some overview-only config stuff (#418)

This commit is contained in:
end-4
2024-04-16 15:51:58 +07:00
parent b7770c82fb
commit 61ab7d1cd4
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;