win32u: Enable the media center metric by default.

Very few applications likely check for this status metric (so it
should be safe to enable it by default).
This commit is contained in:
Aida Jonikienė 2024-08-24 19:32:04 +03:00
parent 544260e76e
commit 506e885278

View file

@ -6613,7 +6613,7 @@ int get_system_metrics( int index )
case SM_TABLETPC:
return tabletpc_mode;
case SM_MEDIACENTER:
return 0;
return 1;
case SM_CMETRICS:
return SM_CMETRICS;
default: