Skip to content

Commit

Permalink
Add index field to AppButtonPressRequest message
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Oct 31, 2023
1 parent 327163d commit d5ff1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ message AppLoadFileRequest {

message AppButtonPressRequest {
string args = 1;
int32 index = 2;
}

message AppButtonReleaseRequest {
Expand Down

0 comments on commit d5ff1fa

Please sign in to comment.