UI: Change the github button in the About window to a gitlab one

This commit is contained in:
GreemDev
2025-03-14 23:42:57 -05:00
parent 80ab0f96b9
commit 11ea020092
8 changed files with 30 additions and 30 deletions

View File

@@ -104,7 +104,7 @@
HorizontalAlignment="Center"
Orientation="Horizontal"
Spacing="10">
<Button Name="GitHubRepoButton"
<Button Name="GitRepoButton"
MinWidth="30"
MinHeight="30"
MaxWidth="30"
@@ -113,8 +113,8 @@
Background="Transparent"
Click="Button_OnClick"
CornerRadius="15"
ToolTip.Tip="{ext:Locale AboutGithubUrlTooltipMessage}">
<Image Source="{Binding GithubLogo}" />
ToolTip.Tip="{ext:Locale AboutGitLabUrlTooltipMessage}">
<Image Source="{Binding GitLabLogo}" />
</Button>
<Button
MinWidth="30"