From fe5d1e4d3b05cd7ec2778b94fb9be0b2baefbd6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 13 Aug 2023 10:21:23 +0200 Subject: [PATCH] Add enum to represent the update interval for automatic updates --- common/yacreader_global.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common/yacreader_global.h b/common/yacreader_global.h index 1f22a203..d26afed6 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -68,6 +68,16 @@ enum class FileType : int { Yonkoma, // 4Koma }; +enum class LibrariesUpdateInterval : int { + Minutes30 = 0, + Hourly, + Hours2, + Hours4, + Hours8, + Hours12, + Daily, +}; + struct OpenComicSource { enum Source { Folder = 0,