mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
@@ -237,17 +237,25 @@ export class GeneralSettings extends React.Component <any, any> {
|
|||||||
target='_blank'
|
target='_blank'
|
||||||
>Check for updates</PrimaryButton>
|
>Check for updates</PrimaryButton>
|
||||||
<Link
|
<Link
|
||||||
href="https://github.com/microsoft/PowerToys#privacy-statement"
|
href="https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=bug_report.md&title="
|
||||||
target='_blank'
|
target='_blank'
|
||||||
styles = {{
|
styles = {{
|
||||||
root: {
|
root: {
|
||||||
paddingTop: '10px'
|
paddingTop: '10px'
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
>Report a bug</Link>
|
||||||
|
<Link
|
||||||
|
href="https://github.com/microsoft/PowerToys/issues/new?assignees=&labels=&template=feature_request.md&title="
|
||||||
|
target='_blank'
|
||||||
|
>Request a feature</Link>
|
||||||
|
<Link
|
||||||
|
href="https://github.com/microsoft/PowerToys#privacy-statement"
|
||||||
|
target='_blank'
|
||||||
>Privacy statement</Link>
|
>Privacy statement</Link>
|
||||||
</Stack>
|
</Stack>
|
||||||
{/* An empty span to always give 30px padding in Edge. */}
|
{/* An empty span to always give 30px padding in Edge. */}
|
||||||
<span/>
|
<span />
|
||||||
</Stack>
|
</Stack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
2
src/settings/settings-html/dist/bundle.js
vendored
2
src/settings/settings-html/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user