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>
|
</Border>
|
||||||
<TextBlock FontFamily="{StaticResource QuicksandFont}"
|
<TextBlock FontFamily="{StaticResource QuicksandFont}"
|
||||||
HorizontalAlignment="Right" Text="v1.1.0 - nullmax17"/>
|
HorizontalAlignment="Right" Text="v1.2.1 - Plombir Contribuitors"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<!-- Settings for launcher -->
|
<!-- Settings for launcher -->
|
||||||
@ -77,14 +77,6 @@
|
|||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
CornerRadius="10"
|
CornerRadius="10"
|
||||||
Padding="15">
|
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>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
@ -103,7 +95,7 @@
|
|||||||
Click="OnLaunchMinecraftClick"
|
Click="OnLaunchMinecraftClick"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
|
|
||||||
|
<!-- Selecting version -->
|
||||||
<Button
|
<Button
|
||||||
Grid.Column="1"
|
Grid.Column="1"
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
@ -112,6 +104,7 @@
|
|||||||
Click="OnChooseVersionClick"
|
Click="OnChooseVersionClick"
|
||||||
HorizontalAlignment="Center"/>
|
HorizontalAlignment="Center"/>
|
||||||
|
|
||||||
|
<!-- Account managment -->
|
||||||
<Image
|
<Image
|
||||||
Height="60"
|
Height="60"
|
||||||
Width="60"
|
Width="60"
|
||||||
@ -126,17 +119,6 @@
|
|||||||
|
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
|
|
||||||
<!-- Version selection -->
|
|
||||||
<!-- <Border
|
|
||||||
Background="#353535"
|
|
||||||
HorizontalAlignment="Center"
|
|
||||||
Width="150"
|
|
||||||
CornerRadius="10"
|
|
||||||
Padding="10">
|
|
||||||
|
|
||||||
|
|
||||||
</Border> -->
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<!-- Minecraft area end -->
|
<!-- Minecraft area end -->
|
||||||
|
@ -29,7 +29,6 @@ public partial class MainWindow : Window
|
|||||||
|
|
||||||
var vm = DataContext as MainWindowViewModel;
|
var vm = DataContext as MainWindowViewModel;
|
||||||
await LauncherUtils.CreateMinecraftInstance(vm, root);
|
await LauncherUtils.CreateMinecraftInstance(vm, root);
|
||||||
button.Content = "Minecraft launched";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user