Various cleanup

This commit is contained in:
jeffvli 2023-06-14 00:12:10 -07:00
parent c5f551e963
commit 4167af098f
7 changed files with 1 additions and 16 deletions

View file

@ -59,7 +59,6 @@ export const ApplicationSettings = () => {
{
control: (
<NumberInput
disabled={!isElectron()}
max={300}
min={50}
value={settings.zoomFactor}
@ -79,7 +78,7 @@ export const ApplicationSettings = () => {
/>
),
description: 'Sets the application zoom factor in percent',
isHidden: false,
isHidden: !isElectron(),
title: 'Zoom factor',
},
];