pqiv: use true for boolean values

Now possible since my PR was merged.
This commit is contained in:
Donovan Glover 2024-12-15 19:11:46 -05:00
parent ec1e48b793
commit 98283539bb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -4,9 +4,9 @@
settings = {
options = {
lazy-load = 1;
hide-info-box = 1;
scale-mode-screen-fraction = 1;
lazy-load = true;
hide-info-box = true;
scale-mode-screen-fraction = true;
background-pattern = "black";
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
thumbnail-size = "256x256";