Skip to content

Commit c3c7b66

Browse files
committed
fixed source code revert.
1 parent a3da1ab commit c3c7b66

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

Falcon BMS Alternative Launcher.sln

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Falcon BMS Alternative Laun
77
EndProject
88
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Falcon BMS Alternative Launcher Setup", "Falcon BMS Alternative Launcher Setup\Falcon BMS Alternative Launcher Setup.vdproj", "{476CFD8D-0EBB-4CAC-A053-77480B27ABDC}"
99
EndProject
10-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Falcon BMS Logbook Generator", "Falcon BMS Logbook Generator\Falcon BMS Logbook Generator.vcxproj", "{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}"
11-
EndProject
1210
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Update Information Generator", "Update Information Generator\Update Information Generator.csproj", "{3A6F35D5-0FE8-4AC4-890E-0A0624A8A5BF}"
1311
EndProject
1412
Global
@@ -43,16 +41,6 @@ Global
4341
{476CFD8D-0EBB-4CAC-A053-77480B27ABDC}.Release|x64.Build.0 = Release
4442
{476CFD8D-0EBB-4CAC-A053-77480B27ABDC}.Release|x86.ActiveCfg = Release
4543
{476CFD8D-0EBB-4CAC-A053-77480B27ABDC}.Release|x86.Build.0 = Release
46-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Debug|Any CPU.ActiveCfg = Debug|Win32
47-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Debug|x64.ActiveCfg = Debug|x64
48-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Debug|x64.Build.0 = Debug|x64
49-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Debug|x86.ActiveCfg = Debug|Win32
50-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Debug|x86.Build.0 = Debug|Win32
51-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Release|Any CPU.ActiveCfg = Release|Win32
52-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Release|x64.ActiveCfg = Release|x64
53-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Release|x64.Build.0 = Release|x64
54-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Release|x86.ActiveCfg = Release|Win32
55-
{A29AA8C7-EB97-450D-BB8D-83DBBADD41C1}.Release|x86.Build.0 = Release|Win32
5644
{3A6F35D5-0FE8-4AC4-890E-0A0624A8A5BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
5745
{3A6F35D5-0FE8-4AC4-890E-0A0624A8A5BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
5846
{3A6F35D5-0FE8-4AC4-890E-0A0624A8A5BF}.Debug|x64.ActiveCfg = Debug|Any CPU

Falcon BMS Alternative Launcher/Windows/MainWindow.xaml.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,13 +411,9 @@ private void Launch_Click(object sender, RoutedEventArgs e)
411411
{
412412
try
413413
{
414-
//if (!appReg.isNameDefined())
415-
// if (CallsignWindow.ShowCallsignWindow(appReg))
416-
// return;
417-
418414
if (!appReg.isNameDefined())
419415
{
420-
if (RecommendReboot.ShowRecommendReboot())
416+
if (!CallsignWindow.ShowCallsignWindow(appReg))
421417
appReg.getLauncher().execute(sender, true);
422418
return;
423419
}

0 commit comments

Comments
 (0)