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:
@@ -617,6 +617,9 @@ const options = mkOptions(OPTIONS, {
|
||||
name: opt<"system" | string>("system"),
|
||||
},
|
||||
},
|
||||
stats: {
|
||||
enable_gpu: opt(false),
|
||||
},
|
||||
shortcuts: {
|
||||
left: {
|
||||
shortcut1: {
|
||||
|
||||
Reference in New Issue
Block a user