mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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 showOnBoarding: showOnBoarding
|
||||
|
||||
UM.I18nCatalog{id: catalog; name: "cura"}
|
||||
|
||||
|
||||
Controls2.Action
|
||||
{
|
||||
id: showOnBoarding
|
||||
text: catalog.i18nc("@action:inmenu", "Show On boarding")
|
||||
shortcut: "Ctrl+Alt+D"
|
||||
}
|
||||
|
||||
Action
|
||||
{
|
||||
id: showTroubleShootingAction
|
||||
|
|
|
@ -58,16 +58,6 @@ UM.MainWindow
|
|||
z: stageMenu.z + 1
|
||||
}
|
||||
|
||||
Connections
|
||||
{
|
||||
target: Cura.Actions.showOnBoarding
|
||||
onTriggered:
|
||||
{
|
||||
welcomeDialog.currentStep = 0
|
||||
welcomeDialog.show()
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted:
|
||||
{
|
||||
CuraApplication.setMinimumWindowSize(UM.Theme.getSize("window_minimum_size"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue