make choice of booru provider and nsfw persistent

This commit is contained in:
end-4
2025-05-11 08:08:41 +02:00
parent b827edf2ef
commit 84fd898bbe
3 changed files with 13 additions and 8 deletions
@@ -17,4 +17,9 @@ Singleton {
}
}
property QtObject booru: QtObject {
property bool allowNsfw: false
property string provider: "yandere"
}
}