diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 171aefc09b..a958f9f72d 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -142,7 +142,7 @@ RowLayout { anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter fillMode: Image.PreserveAspectFit - source: parent.checked ? "img/list.svg" : "img/profile.svg" + source: parent.checked ? "img/node.svg" : "img/node.svg" } } } diff --git a/ui/app/img/node.svg b/ui/app/img/node.svg new file mode 100644 index 0000000000..96f3bcebeb --- /dev/null +++ b/ui/app/img/node.svg @@ -0,0 +1,3 @@ + + + diff --git a/ui/main.qml b/ui/main.qml index 02781aeee8..13769244c5 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -53,8 +53,4 @@ ApplicationWindow { anchors.fill: parent } } - } - - -