mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-01 17:53:52 +08:00
* 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
|