From bce69c77c700530b653f65eb63e75f5b5350eb2d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 10 May 2025 21:21:29 +0200 Subject: [PATCH] uncomment zerochan username config option --- .config/quickshell/modules/common/ConfigOptions.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index f4852626b..10a097884 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -68,9 +68,9 @@ Singleton { property QtObject booru: QtObject { property bool allowNsfw: false property string defaultProvider: "yandere" - property int limit: 20 // Images per page + property int limit: 20 property QtObject zerochan: QtObject { - // property string username + property string username: "" } } }