mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +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();
|
xOptionsWindow.DoBuild();
|
||||||
|
|
||||||
|
//Only show DebugWindow if virtual machine is Qemu.
|
||||||
|
if (xOptionsWindow.rdioQEMU.IsChecked.Value) {
|
||||||
var xDebugWindow = new DebugWindow();
|
var xDebugWindow = new DebugWindow();
|
||||||
xDebugWindow.ShowDialog();
|
xDebugWindow.ShowDialog();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected void AddSection(params Paragraph[] aParagraphs) {
|
protected void AddSection(params Paragraph[] aParagraphs) {
|
||||||
foreach (var xPara in aParagraphs) {
|
foreach (var xPara in aParagraphs) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue