mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
WIP: Add Welcome Page and use CTRL+Alt+D to trigger
This commit is contained in:
parent
3b63f92d55
commit
ac012e8f09
5 changed files with 91 additions and 0 deletions
|
@ -69,10 +69,19 @@ 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
|
||||
onTriggered: Qt.openUrlExternally("https://ultimaker.com/en/troubleshooting")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue