mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 00:02:08 +08:00
nav: show recents (#21405)
* add recent buttons * remove static request * layout * recent doesn't have to be a favorite * work * spacing * spacing * no recents * query next * not null * this needs to live here * less spacing between items old-commit-hash: 9f98a3e44f3b5b70d7e420f9e51f737bb854266d
This commit is contained in:
@@ -19,7 +19,8 @@ if arch == "Darwin":
|
||||
del base_libs[base_libs.index('OpenCL')]
|
||||
qt_env['FRAMEWORKS'] += ['OpenCL']
|
||||
|
||||
widgets_src = ["qt/widgets/input.cc", "qt/widgets/drive_stats.cc",
|
||||
widgets_src = ["qt/util.cc",
|
||||
"qt/widgets/input.cc", "qt/widgets/drive_stats.cc",
|
||||
"qt/widgets/ssh_keys.cc", "qt/widgets/toggle.cc", "qt/widgets/controls.cc",
|
||||
"qt/widgets/offroad_alerts.cc", "qt/widgets/setup.cc", "qt/widgets/keyboard.cc",
|
||||
"qt/widgets/scrollview.cc", "qt/widgets/cameraview.cc", "#phonelibs/qrcode/QrCode.cc", "qt/api.cc",
|
||||
|
||||
Reference in New Issue
Block a user