Skip to content

Commit

Permalink
Credits update
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Jun 28, 2022
1 parent 1cc1c3e commit 6a91c17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 8 additions & 2 deletions LenovoLegionToolkit.WPF/Pages/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,24 @@
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>

<StackPanel Grid.Column="0" Margin="0,0,32,0">
<wpfui:Hyperlink Content="Autofac" NavigateUri="https://github.com/autofac/Autofac" />
<wpfui:Hyperlink Content="AsyncLock" NavigateUri="https://github.com/neosmart/AsyncLock" />
<wpfui:Hyperlink Content="ColorPicker" NavigateUri="https://github.com/PixiEditor/ColorPicker" />
<wpfui:Hyperlink Content="Demystifier" NavigateUri="https://github.com/benaadams/Ben.Demystifier" />
<wpfui:Hyperlink Content="Markdig" NavigateUri="https://github.com/xoofx/markdig" />
<wpfui:Hyperlink Content="Markdig.Wpf" NavigateUri="https://github.com/Kryptos-FR/markdig.wpf" />
</StackPanel>
<StackPanel Grid.Column="1">
<StackPanel Grid.Column="1" Margin="0,0,32,0">
<wpfui:Hyperlink Content="Markdig.Wpf" NavigateUri="https://github.com/Kryptos-FR/markdig.wpf" />
<wpfui:Hyperlink Content="Newtonsoft.Json" NavigateUri="https://github.com/JamesNK/Newtonsoft.Json" />
<wpfui:Hyperlink Content="NvAPIWrapper" NavigateUri="https://github.com/falahati/NvAPIWrapper" />
<wpfui:Hyperlink Content="octokit" NavigateUri="https://github.com/octokit/octokit.net" />
<wpfui:Hyperlink Content="pubsub" NavigateUri="https://github.com/upta/pubsub" />
</StackPanel>
<StackPanel Grid.Column="2">
<wpfui:Hyperlink Content="TaskScheduler" NavigateUri="https://github.com/dahall/TaskScheduler" />
<wpfui:Hyperlink Content="WindowsDisplayAPI" NavigateUri="https://github.com/falahati/WindowsDisplayAPI" />
<wpfui:Hyperlink Content="wpfui" NavigateUri="https://github.com/lepoco/wpfui" />
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ This allows to modify hidden setting of Windows Power Plans called *Processor pe

## Credits

Credits go to [ViRb3](https://github.com/ViRb3), for creating [Lenovo Controller](https://github.com/ViRb3/LenovoController), which was used as a base for this tool.
Special thanks to:

Special thanks to [falahati](https://github.com/falahati), for creating [NvAPIWrapper](https://github.com/falahati/NvAPIWrapper) and [WindowsDisplayAPI](https://github.com/falahati/WindowsDisplayAPI).
* [ViRb3](https://github.com/ViRb3), for creating [Lenovo Controller](https://github.com/ViRb3/LenovoController), which was used as a base for this tool
* [falahati](https://github.com/falahati), for creating [NvAPIWrapper](https://github.com/falahati/NvAPIWrapper) and [WindowsDisplayAPI](https://github.com/falahati/WindowsDisplayAPI)
* [SmokelessCPU](https://github.com/SmokelessCPU) for help with 4-zone RGB keyboard support

## Contribution

Expand Down

0 comments on commit 6a91c17

Please sign in to comment.