Skip to content

Commit

Permalink
Done 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSpice committed Jan 23, 2024
1 parent 24905fa commit 1278db1
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 597 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 not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion VTOL_2.0.0/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public void SwitchCursor(string cur)
}
switch (cur)
{
case "Defualt":
case "Default":
this.Cursor = null;

break;
Expand Down
12 changes: 5 additions & 7 deletions VTOL_2.0.0/Pages/Page_Settings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public class PropertyGridDemoModel
[Category("Github")]

public string Master_Server_Url { get; set; }
[Category("Cursor")]
public cur Cursor { get; set; }
//[Category("Cursor")]
//public cur Cursor { get; set; }

//public Theme Theme { get; set; }
//[Category("Themes")]
Expand All @@ -92,7 +92,7 @@ public enum Theme
}
public enum cur
{
Defualt,
Default,
LeadWall,
Ronin
}
Expand Down Expand Up @@ -268,12 +268,10 @@ private void Settings_LostFocus(object sender, RoutedEventArgs e)
}
DispatchIfNecessary(async () =>
{
if(Settings_.Cursor != cur.Defualt)
{
Main.SwitchCursor(Settings_.Cursor.ToString());

Check failure on line 272 in VTOL_2.0.0/Pages/Page_Settings.xaml.cs

View workflow job for this annotation

GitHub Actions / deploy

'Page_Settings.PropertyGridDemoModel' does not contain a definition for 'Cursor' and no accessible extension method 'Cursor' accepting a first argument of type 'Page_Settings.PropertyGridDemoModel' could be found (are you missing a using directive or an assembly reference?)
}
if (curr_lang.ToString() != Settings_.Language.ToString())
{
Dialog_.ButtonLeftName = VTOL.Resources.Languages.Language.Page_Settings_Settings_LostFocus_Restart;
Expand Down
585 changes: 1 addition & 584 deletions VTOL_2.0.0/Pages/Page_Tools.xaml.cs

Large diffs are not rendered by default.

Binary file modified VTOL_2.0.0/Resources/Cursors/Leadwallcur.cur
Binary file not shown.
Binary file modified VTOL_2.0.0/Resources/Cursors/NormalCurTf2.cur
Binary file not shown.
10 changes: 5 additions & 5 deletions VTOL_2.0.0/VTOL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -782,12 +782,12 @@
<Resource Include="Resources\Backgrounds\profiles_bg.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Cursors\Leadwallcur.cur">
<Content Include="Resources\Cursors\Leadwallcur.cur">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="Resources\Cursors\NormalCurTf2.cur">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</Content>
<Content Include="Resources\Cursors\NormalCurTf2.cur">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Resource Include="Resources\Icons\EA.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
Expand Down

0 comments on commit 1278db1

Please sign in to comment.