mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Various cleanup
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user