chore: don't list date/expected_lite in about page if unused (#6694)

This commit is contained in:
pajlada
2025-12-30 14:14:24 +01:00
committed by GitHub
parent b4c5b8e3bd
commit e0101f71c2
3 changed files with 12 additions and 1 deletions
@@ -3,6 +3,11 @@
#include <boost/json.hpp>
#include <chrono>
#include <version>
#if __cpp_lib_chrono < 201907L
# define CHATTERINO_USING_HOWARD_HINNANTS_DATE
#endif
namespace chatterino::eventsub::lib {