From 690cccd89def70a250e23c511f78e5bb948e79b5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 8 May 2024 18:04:28 +0700 Subject: [PATCH] why --- .config/ags/user_options.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/ags/user_options.js b/.config/ags/user_options.js index c5f9d9a9..448348d0 100644 --- a/.config/ags/user_options.js +++ b/.config/ags/user_options.js @@ -11,9 +11,6 @@ const userConfigOptions = { 'prevTab': "Ctrl+Page_Up", }, }, - 'sidebar': { - 'imageAllowNsfw': true, - }, } export default userConfigOptions;