mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 10:02:06 +08:00
c3aa58b492
* cleanup sensord * rm rest * fix that * update that old-commit-hash: f0aa63181804259c5cea20b9d608bdbe9db6b340
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
|