On Fri Feb 17 09:40:53 2023 +0000, Zhiyi Zhang wrote:
Sorry, the code style got lost. It should be like the following.
static const struct { DWORD value; const WCHAR *desc; } app_themes[] = { {1, L"Light"}, {0, L"Dark"}, };
No problem, I somewhat preferred the one line since it's a small struct and array, but I'm fine with it either way.