Merge branch 'master' into 'master'

Add new icon, change default for ExitAfterLaunchingClient

See merge request 2009scape/Saradomin-Launcher!3
This commit is contained in:
vddcore 2022-06-03 20:57:07 +00:00
commit 3b839f63a6
4 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@ namespace Saradomin.Model.Settings.Launcher
}
public bool PlaceCloseButtonOnLeft { get; set; } = false;
public bool ExitAfterLaunchingClient { get; set; } = false;
public bool ExitAfterLaunchingClient { get; set; } = true;
public bool CheckForClientUpdatesOnLaunch { get; set; } = true;
public string UserFriendlySongName { get; set; } = "Scape Main";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Before After
Before After

View file

@ -63,6 +63,7 @@
<ItemGroup>
<None Remove="Resources\Lists\MusicTracks.json" />
<AvaloniaResource Include="Resources\Icons\saradomin.ico" />
<Content Include="Resources\Icons\saradomin.ico" />
<EmbeddedResource Include="Resources\Lists\MusicTracks.json" />
</ItemGroup>
</Project>

View file

@ -203,8 +203,8 @@
Text="{Binding Launcher.JavaExecutableLocation, Mode=TwoWay}"
Margin="2,0,0,0"
Watermark="Enter a path to java or java.exe..."
HorizontalAlignment="Left"
MaxWidth="342"/>
HorizontalAlignment="Left"
MaxWidth="342"/>
<Button Grid.Row="1"
Grid.Column="1"