mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
Remove unused FlashStep.props.isWebviewShowing
Change-type: patch
This commit is contained in:
parent
a485d2b4df
commit
c9bfd350ed
@ -146,7 +146,6 @@ interface FlashStepProps {
|
|||||||
goToSuccess: () => void;
|
goToSuccess: () => void;
|
||||||
source: SourceOptions;
|
source: SourceOptions;
|
||||||
isFlashing: boolean;
|
isFlashing: boolean;
|
||||||
isWebviewShowing: boolean;
|
|
||||||
style?: React.CSSProperties;
|
style?: React.CSSProperties;
|
||||||
// TODO: factorize
|
// TODO: factorize
|
||||||
step: 'decompressing' | 'flashing' | 'verifying';
|
step: 'decompressing' | 'flashing' | 'verifying';
|
||||||
|
@ -325,7 +325,6 @@ export class MainPage extends React.Component<
|
|||||||
shouldFlashStepBeDisabled={shouldFlashStepBeDisabled}
|
shouldFlashStepBeDisabled={shouldFlashStepBeDisabled}
|
||||||
source={this.state.source}
|
source={this.state.source}
|
||||||
isFlashing={this.state.isFlashing}
|
isFlashing={this.state.isFlashing}
|
||||||
isWebviewShowing={this.state.isWebviewShowing}
|
|
||||||
step={state.type}
|
step={state.type}
|
||||||
percentage={state.percentage}
|
percentage={state.percentage}
|
||||||
position={state.position}
|
position={state.position}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user