Skip to content

Commit

Permalink
Add customization checks and links page
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Jan 13, 2025
1 parent 6f187a5 commit 1f1ed1b
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ set (VENUS_QML_MODULE_SOURCES
pages/settings/PageSettingsCGwacs.qml
pages/settings/PageSettingsCGwacsOverview.qml
pages/settings/PageSettingsCanbus.qml
pages/settings/PageSettingsCustomizationChecks.qml
pages/settings/PageSettingsConnectivity.qml
pages/settings/PageSettingsDisplayAndAppearance.qml
pages/settings/PageSettingsDisplayBrief.qml
Expand Down Expand Up @@ -526,6 +527,7 @@ set (VENUS_QML_MODULE_SOURCES
pages/settings/PageSettingsTailscale.qml
pages/settings/PageSettingsTankPump.qml
pages/settings/PageSettingsTcpIp.qml
pages/settings/PageSettingsUsefulLinks.qml
pages/settings/PageSettingsVrm.qml
pages/settings/PageSettingsVecanDevice.qml
pages/settings/PageSettingsVecanDevices.qml
Expand Down Expand Up @@ -1261,4 +1263,3 @@ add_custom_target(
DEPENDS "${PROJECT_SOURCE_DIR}/src/themeobjects.h"
)
add_dependencies(${PROJECT_NAME} theme_parser)

Loading

0 comments on commit 1f1ed1b

Please sign in to comment.