Skip to content

Commit 620e662

Browse files
committed
Added: Missing 'Include Files' label
1 parent 751476c commit 620e662

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

changelog-template.hbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ the next years building the next best thing - if you want features, please contr
99
There was a small regression in `1.29.3`, where the default includes did not
1010
include `ModConfig.json`, that's now been fixed.
1111

12+
In addition I added a missing 'include files' label before the second table.
13+
1214
# 1.29.4: Misc Linux Installer Improvements
1315

1416
Small improvements to install on Linux:

source/Reloaded.Mod.Launcher/Pages/Dialogs/PublishModDialog.xaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<default:ReloadedWindow x:Class="Reloaded.Mod.Launcher.Pages.Dialogs.PublishModDialog"
1+
<default:ReloadedWindow x:Class="Reloaded.Mod.Launcher.Pages.Dialogs.PublishModDialog"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -137,6 +137,12 @@
137137
Click="AddIgnoreRegex_Click" />
138138
</StackPanel>
139139

140+
<TextBlock Text="{DynamicResource PublishModIncludeTitle}"
141+
Margin="{DynamicResource CommonItemVerticalMarginSmaller}"
142+
HorizontalAlignment="Center"
143+
VerticalAlignment="Center"
144+
Style="{DynamicResource DefaultTextBlock}" />
145+
140146
<DataGrid Margin="{DynamicResource CommonItemVerticalMarginSmaller}"
141147
HorizontalAlignment="Center"
142148
VerticalAlignment="Center"

0 commit comments

Comments
 (0)