summaryrefslogtreecommitdiff
path: root/toolkitConfig.proto
diff options
context:
space:
mode:
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"
}