From 06de1a12afaa2d3f4940290f87604eea9031c86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 6 Mar 2022 22:37:19 +0100 Subject: Update data for all episodes at once. Previously, a remote request would be made once per episode. --- c/listview.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c/listview.c') diff --git a/c/listview.c b/c/listview.c index 40c3108..971c4e9 100644 --- a/c/listview.c +++ b/c/listview.c @@ -70,6 +70,7 @@ LvProc(HWND hLv, UINT uMsg, WPARAM wParam, LPARAM lParam) return CallWindowProc(LvPrevProc, hLv, uMsg, wParam, lParam); } +/* Enable/disable non-classic list view theme. */ void LvSetTheme(HWND hLv, int bUseTheme) { -- cgit v1.2.3