mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
MainWindow information update
This commit is contained in:
parent
6bd8cab129
commit
de64c08364
@ -42,7 +42,7 @@
|
||||
|
||||
</Border>
|
||||
<TextBlock FontFamily="{StaticResource QuicksandFont}"
|
||||
HorizontalAlignment="Right" Text="v1.1.0 - nullmax17"/>
|
||||
HorizontalAlignment="Right" Text="v1.2.1 - Plombir Contribuitors"/>
|
||||
</StackPanel>
|
||||
|
||||
<!-- Settings for launcher -->
|
||||
@ -77,14 +77,6 @@
|
||||
HorizontalAlignment="Center"
|
||||
CornerRadius="10"
|
||||
Padding="15">
|
||||
<!-- <StackPanel>
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
Text="Insert username:"
|
||||
FontFamily="{StaticResource QuicksandFont}"/>
|
||||
<TextBox Margin="5" Text="{Binding Usernick, Mode=TwoWay}" Width="200" />
|
||||
|
||||
</StackPanel> -->
|
||||
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
@ -103,7 +95,7 @@
|
||||
Click="OnLaunchMinecraftClick"
|
||||
HorizontalAlignment="Center"/>
|
||||
|
||||
|
||||
<!-- Selecting version -->
|
||||
<Button
|
||||
Grid.Column="1"
|
||||
Grid.Row="1"
|
||||
@ -112,6 +104,7 @@
|
||||
Click="OnChooseVersionClick"
|
||||
HorizontalAlignment="Center"/>
|
||||
|
||||
<!-- Account managment -->
|
||||
<Image
|
||||
Height="60"
|
||||
Width="60"
|
||||
@ -126,17 +119,6 @@
|
||||
|
||||
</Border>
|
||||
|
||||
|
||||
<!-- Version selection -->
|
||||
<!-- <Border
|
||||
Background="#353535"
|
||||
HorizontalAlignment="Center"
|
||||
Width="150"
|
||||
CornerRadius="10"
|
||||
Padding="10">
|
||||
|
||||
|
||||
</Border> -->
|
||||
</StackPanel>
|
||||
|
||||
<!-- Minecraft area end -->
|
||||
|
@ -29,7 +29,6 @@ public partial class MainWindow : Window
|
||||
|
||||
var vm = DataContext as MainWindowViewModel;
|
||||
await LauncherUtils.CreateMinecraftInstance(vm, root);
|
||||
button.Content = "Minecraft launched";
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user