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
+1
View File
@@ -5,6 +5,7 @@
#if __cpp_lib_expected >= 202202L
# include <expected>
#else
# define CHATTERINO_USING_NONSTD_EXPECTED
# include <nonstd/expected.hpp>
#endif