mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 16:31:30 -06:00
7 lines
88 B
C++
7 lines
88 B
C++
#include <os/user_detail.h>
|
|
|
|
bool os::user::detail::IsDarkTheme()
|
|
{
|
|
return false;
|
|
}
|