summaryrefslogtreecommitdiff
path: root/toolkitConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-25 07:28:06 -0500
committerJeff Carr <[email protected]>2025-03-25 13:17:00 -0500
commitd141b4d308f71418e8d43a58c2e04f9560db3092 (patch)
tree57dc156187f844d078c10b98bf30e1ca3a477d7e /toolkitConfig.proto
parent3420aee2911af5ecfc8ee77bfff2c890b78d86ab (diff)
save the toolkit config options
Diffstat (limited to 'toolkitConfig.proto')
-rw-r--r--toolkitConfig.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkitConfig.proto b/toolkitConfig.proto
index a53fdc4..1ce14b4 100644
--- a/toolkitConfig.proto
+++ b/toolkitConfig.proto
@@ -7,8 +7,8 @@ package forgepb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
message ToolkitConfig { //
- string plugin = 1; // 'gocui', 'andlabs', etc
- string name = 2; // variable name 'fullscreen'
+ string plugin = 1; // 'gocui', 'andlabs', etc `autogenpb:unique`
+ string name = 2; // variable name 'fullscreen' `autogenpb:unique`
string value = 3; // value "true"
}