Home
last modified time | relevance | path

Searched refs:m_nzbCleanupDisk (Results 1 – 2 of 2) sorted by relevance

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h277 bool GetNzbCleanupDisk() { return m_nzbCleanupDisk; } in GetNzbCleanupDisk()
411 bool m_nzbCleanupDisk = false; variable
H A DOptions.cpp753 m_nzbCleanupDisk = (bool)ParseEnumValue(OPTION_NZBCLEANUPDISK, BoolCount, BoolNames, BoolValues); in InitOptions()