mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
DisplayServer (Android): fix display server name
This commit is contained in:
@@ -147,7 +147,7 @@ static bool detectWithGetprop(FFDisplayServerResult* ds)
|
||||
|
||||
void ffConnectDisplayServerImpl(FFDisplayServerResult* ds)
|
||||
{
|
||||
ffStrbufSetStatic(&ds->wmProcessName, "WindowManager");
|
||||
ffStrbufSetStatic(&ds->wmProcessName, "surfaceflinger");
|
||||
ffStrbufSetStatic(&ds->wmPrettyName, "SurfaceFlinger");
|
||||
|
||||
if (!detectWithGetprop(ds))
|
||||
|
||||
Reference in New Issue
Block a user