mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-20 21:22:08 +08:00
d7c6121ba8
* UI: better double click on touch screens * lower * just right Co-authored-by: Comma Device <device@comma.ai>
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
export QT_PLUGIN_PATH="../../third_party/qt-plugins/$(uname -m)"
|
|
export QT_DBL_CLICK_DIST=150
|
|
exec ./_ui
|