mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-06 20:51:39 +00:00
Add setting to disable auto update
This commit is contained in:
parent
6ccef6e515
commit
293d8ec584
5 changed files with 53 additions and 5 deletions
|
|
@ -1,10 +1,13 @@
|
|||
import { Stack } from '@mantine/core';
|
||||
import { WindowSettings } from './window-settings';
|
||||
import { Divider, Stack } from '@mantine/core';
|
||||
import { UpdateSettings } from '/@/renderer/features/settings/components/window/update-settings';
|
||||
import { WindowSettings } from '/@/renderer/features/settings/components/window/window-settings';
|
||||
|
||||
export const WindowTab = () => {
|
||||
return (
|
||||
<Stack spacing="md">
|
||||
<WindowSettings />
|
||||
<Divider />
|
||||
<UpdateSettings />
|
||||
</Stack>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue