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 9, 2025
1 parent ab884e9 commit 903f5a7
Show file tree
Hide file tree
Showing 5 changed files with 550 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ set (VENUS_QML_MODULE_SOURCES
pages/settings/PageSettingsVecanDevice.qml
pages/settings/PageSettingsVecanDevices.qml
pages/settings/PageSettingsWifi.qml
pages/settings/PageSettingsCustomizationChecksAndLinks.qml
pages/settings/PageTzInfo.qml
pages/settings/PageVrmDeviceInstances.qml
pages/settings/debug/HubData.qml
Expand Down Expand Up @@ -1242,4 +1243,3 @@ add_custom_target(
DEPENDS "${PROJECT_SOURCE_DIR}/src/themeobjects.h"
)
add_dependencies(${PROJECT_NAME} theme_parser)

5 changes: 5 additions & 0 deletions pages/SettingsPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ SwipeViewPage {
text: qsTrId("settings_vrm_device_instances"),
page: "/pages/settings/PageVrmDeviceInstances.qml",
},
{
//% "Customization checks & Links"
text: qsTrId("settings_customization_checks_and_links"),
page: "/pages/settings/PageSettingsCustomizationChecksAndLinks.qml"
},
{
text: "Debug",
page: "/pages/settings/debug/PageDebug.qml",
Expand Down
Loading

0 comments on commit 903f5a7

Please sign in to comment.