Skip to content

Commit

Permalink
chore: update github links
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jun 15, 2024
1 parent 8a47ca5 commit 6db08d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GalaxyBudsClient/Interface/Pages/SettingsPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
Theme="{StaticResource CaptionTextBlockStyle}" />

<TextBlock Theme="{StaticResource CaptionTextBlockStyle}"
Text="https://github.com/thepbone/GalaxyBudsClient"
Text="https://github.com/timschneeb/GalaxyBudsClient"
Foreground="{DynamicResource TextFillColorSecondaryBrush}"
Cursor="Hand">
<Interaction.Behaviors>
<EventTriggerBehavior EventName="PointerPressed">
<ext:OpenLinkAction TargetUri="https://github.com/thepbone/GalaxyBudsClient" />
<ext:OpenLinkAction TargetUri="https://github.com/timschneeb/GalaxyBudsClient" />
</EventTriggerBehavior>
</Interaction.Behaviors>
</TextBlock>
Expand Down Expand Up @@ -210,7 +210,7 @@
IsClickEnabled="True">
<Interaction.Behaviors>
<EventTriggerBehavior EventName="Click">
<ext:OpenLinkAction TargetUri="https://github.com/thepbone/GalaxyBudsClient" />
<ext:OpenLinkAction TargetUri="https://github.com/timschneeb/GalaxyBudsClient" />
</EventTriggerBehavior>
</Interaction.Behaviors>
</controls:SettingsSymbolItem>
Expand Down
2 changes: 1 addition & 1 deletion GalaxyBudsClient/Message/SppMessageEnums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum LegacyMsgIds
/// <remarks>
/// Enum member annotations: <br/>
/// UNKNOWN_ - Unknown ID <br/>
/// UNK_ - Undocumented ID with guessed name/meaning (see also https://github.com/ThePBone/GalaxyBudsClient/blob/master/GalaxyBudsPlus_HiddenDebugFeatures.md) <br/>
/// UNK_ - Undocumented ID with guessed name/meaning (see also https://github.com/timschneeb/GalaxyBudsClient/blob/master/GalaxyBudsPlus_HiddenDebugFeatures.md) <br/>
/// All other member names are based on decompilations of the official Samsung app.
/// </remarks>
[CompiledEnum]
Expand Down

0 comments on commit 6db08d4

Please sign in to comment.