Skip to content

Commit

Permalink
Config Maker For Modules UI
Browse files Browse the repository at this point in the history
access via debug tools none working
  • Loading branch information
AmiraIsAmiraOMG committed Dec 22, 2024
1 parent dd51419 commit 1de9ebd
Show file tree
Hide file tree
Showing 26 changed files with 513 additions and 786 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/Nexus Launcher/v17/.suo
Binary file not shown.
83 changes: 31 additions & 52 deletions .vs/Nexus Launcher/v17/DocumentLayout.backup.json

Large diffs are not rendered by default.

186 changes: 92 additions & 94 deletions .vs/Nexus Launcher/v17/DocumentLayout.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Nexus Launcher/.vs/Nexus Launcher.csproj.dtbcache.json

Large diffs are not rendered by default.

111 changes: 96 additions & 15 deletions Nexus Launcher/DebugForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Nexus Launcher/DebugForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,10 @@ private void label12_Click(object sender, EventArgs e)
{
LoadDefaultPage(new AboutPage());
}

private void label13_Click(object sender, EventArgs e)
{
LoadDefaultPage(new ScreenJSONMaker());
}
}
}
10 changes: 5 additions & 5 deletions Nexus Launcher/Nexus Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@
<Compile Include="Screens\LoginPage.Designer.cs">
<DependentUpon>LoginPage.cs</DependentUpon>
</Compile>
<Compile Include="Screens\Mods\ModsPage.cs">
<Compile Include="Screens\ScreenJSONMaker.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Screens\Mods\ModsPage.Designer.cs">
<DependentUpon>ModsPage.cs</DependentUpon>
<Compile Include="Screens\ScreenJSONMaker.Designer.cs">
<DependentUpon>ScreenJSONMaker.cs</DependentUpon>
</Compile>
<Compile Include="Screens\SettingsPage.cs">
<SubType>UserControl</SubType>
Expand Down Expand Up @@ -228,8 +228,8 @@
<EmbeddedResource Include="Screens\LoginPage.resx">
<DependentUpon>LoginPage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Screens\Mods\ModsPage.resx">
<DependentUpon>ModsPage.cs</DependentUpon>
<EmbeddedResource Include="Screens\ScreenJSONMaker.resx">
<DependentUpon>ScreenJSONMaker.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Screens\SettingsPage.resx">
<DependentUpon>SettingsPage.cs</DependentUpon>
Expand Down
Loading

0 comments on commit 1de9ebd

Please sign in to comment.