mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
pqiv: Set max-depth to 0
Fixes an issue where the latest version of pqiv would become unresponsive when browsing images in directories with large subdirectories. Also makes selecting multiple images work again. See: https://github.com/phillipberndt/pqiv/pull/204
This commit is contained in:
parent
c836aa7f79
commit
3a46bb767f
@ -7,6 +7,7 @@
|
||||
lazy-load = 1;
|
||||
hide-info-box = 1;
|
||||
scale-mode-screen-fraction = 1;
|
||||
max-depth = 0;
|
||||
background-pattern = "black";
|
||||
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
|
||||
thumbnail-size = "256x256";
|
||||
|
Loading…
Reference in New Issue
Block a user