mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
adding in privacy statement, removing About in dialog (#1087)
* adding in privacy statement, removing About in dialog * added Preview
This commit is contained in:
Binary file not shown.
@@ -225,16 +225,26 @@ export class GeneralSettings extends React.Component <any, any> {
|
|||||||
ref={(input) => {this.theme_reference=input;}}
|
ref={(input) => {this.theme_reference=input;}}
|
||||||
/>
|
/>
|
||||||
<Stack>
|
<Stack>
|
||||||
<Label>Version {this.state.settings.general.powertoys_version}</Label>
|
<Text variant='xLarge'>About PowerToys (Preview)</Text>
|
||||||
<PrimaryButton
|
<Label>Version {this.state.settings.general.powertoys_version}</Label>
|
||||||
styles={{
|
<PrimaryButton
|
||||||
|
styles={{
|
||||||
|
root: {
|
||||||
|
alignSelf: "start"
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
href='https://github.com/microsoft/PowerToys/releases'
|
||||||
|
target='_blank'
|
||||||
|
>Check for updates</PrimaryButton>
|
||||||
|
<Link
|
||||||
|
href="https://github.com/microsoft/PowerToys#privacy-statement"
|
||||||
|
target='_blank'
|
||||||
|
styles = {{
|
||||||
root: {
|
root: {
|
||||||
alignSelf: "start"
|
paddingTop: '10px'
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
href='https://github.com/microsoft/PowerToys/releases'
|
>Privacy statement</Link>
|
||||||
target='_blank'
|
|
||||||
>Check for updates</PrimaryButton>
|
|
||||||
</Stack>
|
</Stack>
|
||||||
{/* An empty span to always give 30px padding in Edge. */}
|
{/* An empty span to always give 30px padding in Edge. */}
|
||||||
<span/>
|
<span/>
|
||||||
|
|||||||
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