mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Various cleanup
This commit is contained in:
parent
c5f551e963
commit
4167af098f
7 changed files with 1 additions and 16 deletions
|
|
@ -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',
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue