Skip to content

Commit

Permalink
feat: Added activeTabs to AppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed Oct 31, 2023
1 parent 1d0afda commit d9315cc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions proto/app/app_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ syntax = "proto3";

package App;

message Device
{
string vehicleId = 1;
string deviceId = 2;
}

message Connection
{
string ip = 1;
Expand Down Expand Up @@ -58,7 +52,7 @@ message AppConfig
bool csvAutoSave = 4;
Connection connection = 5;
repeated Connection savedConnections = 6;
repeated Device devices = 7;
repeated string activeTabs = 7;
repeated Event events = 8;
repeated CustomPlot customPlots = 9;
map<string, string> filesPaths = 10;
Expand Down

0 comments on commit d9315cc

Please sign in to comment.