mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
DebugWindow only displayed for Qemu
This commit is contained in:
parent
a053274527
commit
88b6604f0c
1 changed files with 5 additions and 2 deletions
|
|
@ -42,10 +42,13 @@ namespace Cosmos.Build.Windows {
|
|||
|
||||
xOptionsWindow.DoBuild();
|
||||
|
||||
//Only show DebugWindow if virtual machine is Qemu.
|
||||
if (xOptionsWindow.rdioQEMU.IsChecked.Value) {
|
||||
var xDebugWindow = new DebugWindow();
|
||||
xDebugWindow.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
protected void AddSection(params Paragraph[] aParagraphs) {
|
||||
foreach (var xPara in aParagraphs) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue