Minor typo fix

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
Paul W. 2023-11-01 18:27:47 -04:00
parent 1cc50c621e
commit 5c9a871b25
No known key found for this signature in database
GPG Key ID: 0023B93C0FF1E1D4

View File

@ -31,7 +31,7 @@ Icon=com.youtube.tv
* Without the user agent change, the above URL is inaccessible * Without the user agent change, the above URL is inaccessible
* Adblockers like uBlock Origin, AdBlock Plus (both tested) do not remove ads unlike on the desktop site * Adblockers like uBlock Origin, AdBlock Plus (both tested) do not remove ads unlike on the desktop site
* Choosing the Xbox user agent is recommended as button prompts match the Steam Deck's `ABXY` button layout * Choosing the Xbox user agent is recommended as button prompts match the Steam Deck's `ABXY` button layout
* The Electron framework can be used to build a wrapper for the URL. This is the preferrable method as it supports exiting from within the application, while browsers only support manual termination from the Steam menu. E.g. (assuming you can build native linux binaries on a device) * The Electron framework can be used to build a wrapper for the URL. This is the preferable method as it supports exiting from within the application, while browsers only support manual termination from the Steam menu. E.g. (assuming you can build native linux binaries on a device)
```javascript ```javascript
const { app, BrowserWindow } = require('electron'); const { app, BrowserWindow } = require('electron');