mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-14 17:42:08 +08:00
c3aa58b492
* cleanup sensord
* rm rest
* fix that
* update that
old-commit-hash: f0aa631818
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
|