Skip to content

Commit

Permalink
+ Add description for loading routes in OpenAPI Export window
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Dec 8, 2023
1 parent e27d22b commit c649ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Views/OpenApiExportWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,9 @@ ApplicationWindow {
anchors.top: routesEmptyBoxImage.bottom
anchors.horizontalCenter: routesEmptyBoxImage.horizontalCenter
font.pointSize: 10
text: "Routes not loaded yet"
horizontalAlignment: Text.AlignHCenter
text: "Routes not loaded yet<br>For loading the routes, select item from the <b>Save Options</b> or<br> fill field <b>Scheme URL</b> and press " +
(Qt.platform.os !== 'osx' ? "Ctrl-Z" : "Command-Z")
}
}
}
Expand Down

0 comments on commit c649ac8

Please sign in to comment.