docs: fix docs for app.isHardwareAccelerationEnabled() (#48925)

This commit is contained in:
Niklas Wenzel
2025-11-13 20:39:59 +01:00
committed by GitHub
parent b9d3f15265
commit 05b9a5bfc7

View File

@@ -1218,7 +1218,7 @@ This method can only be called before app is ready.
### `app.isHardwareAccelerationEnabled()`
Returns `boolean` - whether hardware acceleration is currently disabled.
Returns `boolean` - whether hardware acceleration is currently enabled.
> [!NOTE]
> This information is only usable after the `gpu-info-update` event is emitted.