mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
Qt add Terms & Conditions (#19998)
* works...
* terms
* new termms
* should be good
* reduce diff
* fix reviews
* correct font + remove unused import
* no zooming
* read the TERMStig!
* dynamic check for page being read
* rename scroll position slot
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: caf8f85ee9
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ qt_env = None
|
||||
if arch in ["x86_64", "Darwin", "larch64"]:
|
||||
qt_env = env.Clone()
|
||||
|
||||
qt_modules = ["Widgets", "Gui", "Core", "DBus", "Multimedia", "Network", "Concurrent"]
|
||||
qt_modules = ["Widgets", "Gui", "Core", "DBus", "Multimedia", "Network", "Concurrent", "WebEngine", "WebEngineWidgets"]
|
||||
|
||||
qt_libs = []
|
||||
if arch == "Darwin":
|
||||
|
||||
Reference in New Issue
Block a user