fix some issues and optimized login

This commit is contained in:
Rene Schwarz
2021-08-05 20:45:40 +02:00
parent 2f7482080e
commit 0b5bf2e3d3
36 changed files with 484 additions and 77 deletions

View File

@@ -12,6 +12,9 @@
<Compile Update="Controls\HalfRoundProgressBar\HalfRoundProgressBar.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Controls\LoadingIndicator\LoadingIndicator.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Controls\ServerModules\ServerModule.xaml.cs">
<SubType>Code</SubType>
</Compile>
@@ -32,6 +35,9 @@
<Page Update="Controls\HalfRoundProgressBar\HalfRoundProgressBar.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\LoadingIndicator\LoadingIndicator.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Controls\ServerModules\ServerModule.xaml">
<SubType>Designer</SubType>
</Page>