Skip to content

Commit

Permalink
make SetupHelper independent of Venus OS vdrsion
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Oct 20, 2022
1 parent 53a4682 commit 32362e4
Show file tree
Hide file tree
Showing 27 changed files with 37 additions and 2,923 deletions.
8 changes: 8 additions & 0 deletions FileSets/PackageManagerMenu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
//////// added for PackageManager
MbSubMenu
{
description: qsTr("Package manager")
subpage: Component { PageSettingsPackageManager {} }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ MbPage {
title: qsTr("Package manager")
property string settingsPrefix: "com.victronenergy.settings/Settings/PackageManager"
property string servicePrefix: "com.victronenergy.packageManager"
property string bindVrmloggerPrefix: "com.victronenergy.logger"
VBusItem { id: downloadStatus; bind: Utils.path(servicePrefix, "/GitHubUpdateStatus") }
VBusItem { id: installStatus; bind: Utils.path(servicePrefix, "/InstallStatus") }
VBusItem { id: mediaStatus; bind: Utils.path(servicePrefix, "/MediaUpdateStatus") }
Expand Down
1 change: 0 additions & 1 deletion FileSets/PageSettingsPackageManager.qml.ALT_ORIG

This file was deleted.

2 changes: 0 additions & 2 deletions FileSets/fileList

This file was deleted.

197 changes: 0 additions & 197 deletions FileSets/v2.66/PageSettings.qml

This file was deleted.

Loading

0 comments on commit 32362e4

Please sign in to comment.