remove zoom factor text next to %

pull/905/head
Brian Jian Zhao 5 years ago
parent 634c6f7de0
commit eff2eeb119

@ -466,7 +466,7 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
min: 60,
max: 200,
defaultValue: 100,
info: (value: number) => `Zoom Factor: ${value}%`,
info: (value: number) => `${value}%`,
},
confirmationDialogParams: undefined,
},

Loading…
Cancel
Save