mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove debugging shortcut
This commit is contained in:
parent
ccc4ba0bde
commit
3a3e65224b
2 changed files with 0 additions and 19 deletions
|
|
@ -69,18 +69,9 @@ Item
|
||||||
|
|
||||||
property alias browsePackages: browsePackagesAction
|
property alias browsePackages: browsePackagesAction
|
||||||
|
|
||||||
property alias showOnBoarding: showOnBoarding
|
|
||||||
|
|
||||||
UM.I18nCatalog{id: catalog; name: "cura"}
|
UM.I18nCatalog{id: catalog; name: "cura"}
|
||||||
|
|
||||||
|
|
||||||
Controls2.Action
|
|
||||||
{
|
|
||||||
id: showOnBoarding
|
|
||||||
text: catalog.i18nc("@action:inmenu", "Show On boarding")
|
|
||||||
shortcut: "Ctrl+Alt+D"
|
|
||||||
}
|
|
||||||
|
|
||||||
Action
|
Action
|
||||||
{
|
{
|
||||||
id: showTroubleShootingAction
|
id: showTroubleShootingAction
|
||||||
|
|
|
||||||
|
|
@ -58,16 +58,6 @@ UM.MainWindow
|
||||||
z: stageMenu.z + 1
|
z: stageMenu.z + 1
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections
|
|
||||||
{
|
|
||||||
target: Cura.Actions.showOnBoarding
|
|
||||||
onTriggered:
|
|
||||||
{
|
|
||||||
welcomeDialog.currentStep = 0
|
|
||||||
welcomeDialog.show()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
CuraApplication.setMinimumWindowSize(UM.Theme.getSize("window_minimum_size"))
|
CuraApplication.setMinimumWindowSize(UM.Theme.getSize("window_minimum_size"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue