mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-06 03:39:09 -04:00
Respect system colour scheme for title bar colour (#109)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <os/user_detail.h>
|
||||
|
||||
bool os::user::detail::IsDarkTheme()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user