We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298207a commit 52c99a8Copy full SHA for 52c99a8
meshroom/ui/qml/main.qml
@@ -151,6 +151,10 @@ ApplicationWindow {
151
detailedText: "Default cache folder: " + _reconstruction.graph.cacheDir
152
helperText: "Save project first?"
153
standardButtons: Dialog.Discard | Dialog.Cancel | Dialog.Save
154
+ Component.onCompleted: {
155
+ // set up discard button text
156
+ standardButton(Dialog.Discard).text = "Continue without Saving"
157
+ }
158
159
onDiscarded: { close(); _reconstruction.execute(null) }
160
onAccepted: saveAsAction.trigger()
0 commit comments