Skip to content

Commit

Permalink
Updated external links with param
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Apr 29, 2024
1 parent b704d4c commit 9af17f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Lively/Lively.UI.WinUI/Views/Pages/AppUpdateView.xaml
Expand Up @@ -25,7 +25,7 @@
CoreWebView2Initialized="WebView_CoreWebView2Initialized"
DefaultBackgroundColor="Black"
NavigationStarting="WebView_NavigationStarting"
Source="https://www.rocksdanister.com/lively/changelog/"
Source="https://www.rocksdanister.com/lively/changelog/?source=app"
Visibility="{Binding UpdateChangelogError, Mode=OneWay, Converter={StaticResource NullVisibilityConverter}, ConverterParameter=Reverse}" />
<!-- Changelog error -->
<StackPanel
Expand Down
Expand Up @@ -26,7 +26,7 @@
HorizontalAlignment="Stretch"
CoreWebView2Initialized="WebView_CoreWebView2Initialized"
NavigationStarting="WebView_NavigationStarting"
Source="https://www.rocksdanister.com/lively/supporters/"
Source="https://www.rocksdanister.com/lively/supporters/?source=app"
Visibility="{Binding SupportersFetchError, Mode=OneWay, Converter={StaticResource NullVisibilityConverter}, ConverterParameter=Reverse}" />
</Border>
<!-- Error -->
Expand Down

0 comments on commit 9af17f3

Please sign in to comment.