From 13423c9a538c13a052089c0c97a1370ea41ea84d 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 c5f9d9a93..448348d0b 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;