Assets/icon: Rm redundant PNG file (#33565)

Rm redundant file - use existing png to replace

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
pull/33675/head
ugtthis 7 months ago committed by GitHub
parent ce0e3d5603
commit 8bb7a8d310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      selfdrive/assets/offroad/icon_openpilot.png
  2. 2
      selfdrive/ui/qt/offroad/settings.cc

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3cd3b91673eded1282e2082be0efa8e54ed477b5feb3580e521d08078e18ed1
size 42640

@ -22,7 +22,7 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
"OpenpilotEnabledToggle",
tr("Enable openpilot"),
tr("Use the openpilot system for adaptive cruise control and lane keep driver assistance. Your attention is required at all times to use this feature. Changing this setting takes effect when the car is powered off."),
"../assets/offroad/icon_openpilot.png",
"../assets/img_chffr_wheel.png",
},
{
"ExperimentalLongitudinalEnabled",

Loading…
Cancel
Save