mirror of
https://gitlab.com/2009scape/Saradomin-Launcher.git
synced 2026-08-01 14:19:14 -06:00
Merge branch 'master' into 'master'
Add new icon, change default for ExitAfterLaunchingClient See merge request 2009scape/Saradomin-Launcher!3
This commit is contained in:
commit
3b839f63a6
4 changed files with 4 additions and 3 deletions
|
|
@ -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 |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue