Skip to content

Commit d66b832

Browse files
committed
FModel v4.0.1
1 parent e878d2b commit d66b832

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

FModel/FModel.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>FModel.ico</ApplicationIcon>
88
<Version>4.0.0</Version>
9-
<AssemblyVersion>4.0.0.2</AssemblyVersion>
10-
<FileVersion>4.0.0.2</FileVersion>
9+
<AssemblyVersion>4.0.1.0</AssemblyVersion>
10+
<FileVersion>4.0.1.0</FileVersion>
1111
<IsPackable>false</IsPackable>
1212
<IsPublishable>true</IsPublishable>
1313
<RuntimeIdentifier>win-x64</RuntimeIdentifier>

FModel/Views/About.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<adonisControls:AdonisWindow x:Class="FModel.Views.About"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4+
xmlns:local="clr-namespace:FModel"
45
xmlns:adonisControls="clr-namespace:AdonisUI.Controls;assembly=AdonisUI"
56
WindowStartupLocation="CenterScreen" ResizeMode="NoResize"
67
IconVisibility="Collapsed" Width="500" SizeToContent="Height">
@@ -18,7 +19,7 @@
1819
</adonisControls:AdonisWindow.Resources>
1920
<StackPanel Margin="30 10">
2021
<StackPanel HorizontalAlignment="Center" Margin="0 0 0 30">
21-
<TextBlock Text="404FMode!" FontSize="15" FontWeight="500" Foreground="#9DA3DD" FontStretch="Expanded" />
22+
<TextBlock Text="{Binding Source={x:Static local:Constants.APP_VERSION}, StringFormat={}FModel {0}}" FontSize="15" FontWeight="500" Foreground="#9DA3DD" FontStretch="Expanded" />
2223
<TextBlock Text="Made with &#x2665; by Asval" FontSize="30" FontWeight="700" Foreground="#DAE5F2" HorizontalAlignment="Center" />
2324
</StackPanel>
2425

FModel/Views/BackupManager.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</Grid.ColumnDefinitions>
3737

3838
<TextBlock Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="3" TextAlignment="Center" TextWrapping="Wrap" HorizontalAlignment="Center" VerticalAlignment="Center"
39-
Text="Keep in mind, you don't load backups, you load your files and compare them with the backup. It's not that hard to understand..." />
39+
Text="Because it looks like it's pretty hard to understand, you don't load backups, you load your files and compare them with the backup. Also, by clicking the download button you don't create your own backup you download a pre-made one. Kinda crazy we have to explain this, who will even read anyway..." />
4040

4141
<Button Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="3" Click="OnCreateBackupClick"
4242
Style="{DynamicResource {x:Static adonisUi:Styles.AccentButton}}" Content="Create" />

0 commit comments

Comments
 (0)