Added an option to opt into tracking GPU stats in the dashboard. (#10)

* Added an option to opt in to GPU usage.

* Catch and log error if exists during GPU stat monitoring.

* Removed unimplemented category header for System Tray in options

* Update the readme to indicate this change.
This commit is contained in:
Jas Singh
2024-07-27 14:15:56 -07:00
committed by GitHub
parent 42ccd573be
commit 0ee58c69c3
5 changed files with 99 additions and 61 deletions

View File

@@ -617,6 +617,9 @@ const options = mkOptions(OPTIONS, {
name: opt<"system" | string>("system"),
},
},
stats: {
enable_gpu: opt(false),
},
shortcuts: {
left: {
shortcut1: {