1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Change the icon to go to the system page, icon is still wrong but now at

least the button works.
This commit is contained in:
David Ankers 2012-07-30 22:28:28 +10:00
parent 0b055d61fd
commit 31a788e44e

View File

@ -63,7 +63,7 @@ Rectangle {
WelcomePageButton {
baseIconName: "planner"
label: "Flight Planner"
onClicked: welcomePlugin.openPage("Flight Planner")
onClicked: welcomePlugin.openPage("System")
}
WelcomePageButton {