Skip to content

Commit

Permalink
ClientVersion: 65, AppVersion: 1.32, Build: 111287
Browse files Browse the repository at this point in the history
  • Loading branch information
elgranjero committed Apr 23, 2024
1 parent cc17092 commit 67e29ea
Show file tree
Hide file tree
Showing 16 changed files with 8,854 additions and 8,515 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@
| max_enabled | [bool](#bool) | optional | |
| hide_cc_status | [bool](#bool) | optional | |
| contracts_widget_enabled | [bool](#bool) | optional | |
| artifact_sparkle | [bool](#bool) | optional | |
| last_backup_time | [double](#double) | optional | |
| coppa_queried | [bool](#bool) | optional | |
| coppa_restricted | [bool](#bool) | optional | |
Expand Down
7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3771,6 +3771,13 @@ <h3 id="ei.Backup.Settings">Backup.Settings</h3>
<td><p> </p></td>
</tr>

<tr>
<td>artifact_sparkle</td>
<td><a href="#bool">bool</a></td>
<td>optional</td>
<td><p> </p></td>
</tr>

<tr>
<td>last_backup_time</td>
<td><a href="#double">double</a></td>
Expand Down
1 change: 1 addition & 0 deletions ei.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ message Backup {
optional bool max_enabled = 26;
optional bool hide_cc_status = 28;
optional bool contracts_widget_enabled = 29;
optional bool artifact_sparkle = 30;
optional double last_backup_time = 24;
optional bool coppa_queried = 7;
optional bool coppa_restricted = 8;
Expand Down
3,038 changes: 1,535 additions & 1,503 deletions ei/cpp/ei.pb.cc

Large diffs are not rendered by default.

Loading

0 comments on commit 67e29ea

Please sign in to comment.