Skip to content

Commit

Permalink
settings(qemu): changed wording to prevent confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Jan 31, 2022
1 parent 3ae512d commit 291e1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Shared/VMConfigQEMUView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct VMConfigQEMUView: View {
showExportArgs.toggle()
}.modifier(VMShareItemModifier(isPresented: $showExportArgs, shareItem: exportArgs()))
Toggle(isOn: $config.ignoreAllConfiguration.animation(), label: {
Text("Advanced: Bypass configuration and manually specify arguments")
Text("Do not generate any arguments based on current configuration")
})
let qemuSystem = UTMQemuSystem(configuration: config, imgPath: URL(fileURLWithPath: "Images"))
let fixedArgs = arguments(from: qemuSystem.argv)
Expand Down

0 comments on commit 291e1da

Please sign in to comment.