mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
adding in attribution in settings (#16044)
* adding in attribution stuff for pedro and aaron * Update PowerPreviewPage.xaml * Update AwakePage.xaml
This commit is contained in:
@@ -1687,24 +1687,30 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
|
|||||||
</data>
|
</data>
|
||||||
<data name="Awake.SecondaryLinksHeader" xml:space="preserve">
|
<data name="Awake.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="ColorPicker.SecondaryLinksHeader" xml:space="preserve">
|
<data name="ColorPicker.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="General.SecondaryLinksHeader" xml:space="preserve">
|
<data name="General.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Related information</value>
|
<value>Related information</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ImageResizer.SecondaryLinksHeader" xml:space="preserve">
|
<data name="ImageResizer.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="MouseUtils.SecondaryLinksHeader" xml:space="preserve">
|
<data name="MouseUtils.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerLauncher.SecondaryLinksHeader" xml:space="preserve">
|
<data name="PowerLauncher.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="PowerRename.SecondaryLinksHeader" xml:space="preserve">
|
<data name="PowerRename.SecondaryLinksHeader" xml:space="preserve">
|
||||||
<value>Attribution</value>
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="EditTooltip.Text" xml:space="preserve">
|
<data name="EditTooltip.Text" xml:space="preserve">
|
||||||
<value>Edit</value>
|
<value>Edit</value>
|
||||||
@@ -2010,4 +2016,8 @@ From there, simply click on a Markdown file, PDF file or SVG icon in the File Ex
|
|||||||
<data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve">
|
<data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve">
|
||||||
<value>Windows default</value>
|
<value>Windows default</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
<data name="PowerPreviewPage.SecondaryLinksHeader" xml:space="preserve">
|
||||||
|
<value>Attribution</value>
|
||||||
|
<comment>giving credit to the projects this utility was based on</comment>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
<controls:PageLink x:Uid="LearnMore_Awake" Link="https://aka.ms/PowerToysOverview_Awake"/>
|
<controls:PageLink x:Uid="LearnMore_Awake" Link="https://aka.ms/PowerToysOverview_Awake"/>
|
||||||
</controls:SettingsPageControl.PrimaryLinks>
|
</controls:SettingsPageControl.PrimaryLinks>
|
||||||
<controls:SettingsPageControl.SecondaryLinks>
|
<controls:SettingsPageControl.SecondaryLinks>
|
||||||
<controls:PageLink Text="Den Delimarsky's Awake" Link="https://Awake.den.dev"/>
|
<controls:PageLink Text="Den Delimarsky's work on creating Awake" Link="https://Awake.den.dev"/>
|
||||||
</controls:SettingsPageControl.SecondaryLinks>
|
</controls:SettingsPageControl.SecondaryLinks>
|
||||||
</controls:SettingsPageControl>
|
</controls:SettingsPageControl>
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
@@ -99,5 +99,9 @@
|
|||||||
<controls:SettingsPageControl.PrimaryLinks>
|
<controls:SettingsPageControl.PrimaryLinks>
|
||||||
<controls:PageLink x:Uid="LearnMore_PowerPreview" Link="https://aka.ms/PowerToysOverview_FileExplorerAddOns"/>
|
<controls:PageLink x:Uid="LearnMore_PowerPreview" Link="https://aka.ms/PowerToysOverview_FileExplorerAddOns"/>
|
||||||
</controls:SettingsPageControl.PrimaryLinks>
|
</controls:SettingsPageControl.PrimaryLinks>
|
||||||
|
<controls:SettingsPageControl.SecondaryLinks>
|
||||||
|
<controls:PageLink Text="Aaron Junker's work on developer file preview" Link="https://blog.aaron-junker.ch" />
|
||||||
|
<controls:PageLink Text="Pedro Lamas's work on G-Code and STL" Link="https://www.pedrolamas.com" />
|
||||||
|
</controls:SettingsPageControl.SecondaryLinks>
|
||||||
</controls:SettingsPageControl>
|
</controls:SettingsPageControl>
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
Reference in New Issue
Block a user