Add enum to represent the update interval for automatic updates

This commit is contained in:
Luis Ángel San Martín 2023-08-13 10:21:23 +02:00
parent be7a16efa6
commit fe5d1e4d3b

View File

@ -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,