From 1fc28278b55a5835bfd57821619141bd92eed91d Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 1 Oct 2023 17:06:04 +0600 Subject: add option to update cache in a background process the cli flag is undocumented for now, since it's experimental. Closes: https://codeberg.org/nsxiv/nsxiv/issues/416 Closes: https://codeberg.org/nsxiv/nsxiv/pulls/425 Co-authored-by: explosion-mental --- nsxiv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nsxiv.h') diff --git a/nsxiv.h b/nsxiv.h index e137bfe..3ffc113 100644 --- a/nsxiv.h +++ b/nsxiv.h @@ -274,6 +274,7 @@ struct opt { bool thumb_mode; bool clean_cache; bool private_mode; + bool background_cache; }; extern const opt_t *options; -- cgit v1.2.3-54-g00ecf