mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-07 12:11:22 -06:00
Respect system colour scheme for title bar colour (#109)
This commit is contained in:
6
UnleashedRecomp/os/linux/user_linux.cpp
Normal file
6
UnleashedRecomp/os/linux/user_linux.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <os/user_detail.h>
|
||||
|
||||
bool os::user::detail::IsDarkTheme()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user