mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08:00
Remove debugging shortcut
This commit is contained in:
parent
ccc4ba0bde
commit
3a3e65224b
@ -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…
x
Reference in New Issue
Block a user