mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-12 16:32:09 +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
|