mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08: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
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…
x
Reference in New Issue
Block a user