Skip to content

Commit

Permalink
Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed Feb 18, 2023
1 parent acc0da3 commit c84b842
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Optimizer/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ public MainForm(SplashForm _splashForm, bool disableIndicium = false, bool disab
//InitNetworkMonitoring();
EnableToggleEvents();

//this.WindowState = FormWindowState.Maximized;
this.WindowState = FormWindowState.Maximized;
}

private void LoadReadyMenusState()
Expand Down
12 changes: 0 additions & 12 deletions Optimizer/Optimizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@
<Compile Include="Controls\MoonToggle.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\MoonToggleButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\MoonTree.cs">
<SubType>Component</SubType>
</Compile>
Expand Down Expand Up @@ -180,12 +177,6 @@
<Compile Include="Forms\UpdateForm.Designer.cs">
<DependentUpon>UpdateForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\WizardForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\WizardForm.Designer.cs">
<DependentUpon>WizardForm.cs</DependentUpon>
</Compile>
<Compile Include="Hardware.cs" />
<Compile Include="Forms\HostsEditorForm.cs">
<SubType>Form</SubType>
Expand Down Expand Up @@ -282,9 +273,6 @@
<EmbeddedResource Include="Forms\UpdateForm.resx">
<DependentUpon>UpdateForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WizardForm.resx">
<DependentUpon>WizardForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<SubType>Designer</SubType>
Expand Down

0 comments on commit c84b842

Please sign in to comment.