Skip to content

Commit

Permalink
add ssh toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSato committed Oct 20, 2024
1 parent 1092cec commit 5414daf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions selfdrive/ui/qt/offroad/settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ void DevicePanel::poweroff() {
DeveloperPanel::DeveloperPanel(SettingsWindow *parent) : ListWidget(parent) {
hellolBtn = new ButtonControl("Hello World", "HAI WRLD");
addItem(hellolBtn);

// SSH keys
addItem(new SshToggle());
addItem(new SshControl());
}

void SettingsWindow::showEvent(QShowEvent *event) {
Expand Down

0 comments on commit 5414daf

Please sign in to comment.