mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 11:52:07 +08:00
f0aa631818
* cleanup sensord * rm rest * fix that * update that
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
export QT_DBL_CLICK_DIST=150
|
|
exec ./_ui
|