Respect system colour scheme for title bar colour (#109)

This commit is contained in:
Hyper
2025-01-17 15:08:52 +00:00
committed by GitHub
parent 7c60e47eee
commit f8e6b74551
9 changed files with 68 additions and 13 deletions

View File

@@ -0,0 +1,6 @@
#include <os/user_detail.h>
bool os::user::detail::IsDarkTheme()
{
return false;
}