mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-13 08:29:18 +02:00
Optimize CE()
This commit is contained in:
@@ -227,7 +227,7 @@ export class StreamStats {
|
||||
class: `bx-stat-${statKey}`,
|
||||
title: stat.name,
|
||||
},
|
||||
CE('label', {}, statKey.toUpperCase()),
|
||||
CE('label', false, statKey.toUpperCase()),
|
||||
stat.$element,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user