mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Printer now uses sidebar advanced again instead of relative path to prevent breaking when uranium and printer app are moved appart
This commit is contained in:
parent
899c86ac2f
commit
84e785f3b8
2 changed files with 4 additions and 1 deletions
3
qml/SidebarAdvanced.qml
Normal file
3
qml/SidebarAdvanced.qml
Normal file
|
@ -0,0 +1,3 @@
|
|||
import UM 1.0 as UM
|
||||
|
||||
UM.SettingView{}
|
|
@ -43,7 +43,7 @@ Column {
|
|||
model: ListModel {
|
||||
id: modeModel;
|
||||
ListElement { text: QT_TR_NOOP("Simple"); file: "SidebarSimple.qml" }
|
||||
ListElement { text: QT_TR_NOOP("Advanced"); file: "../../UM/Qt/qml/UM/SettingView.qml" }
|
||||
ListElement { text: QT_TR_NOOP("Advanced"); file: "SidebarAdvanced.qml" }
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue