mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Remove unnecessary settings
This commit is contained in:
@@ -3,7 +3,6 @@ import { Modal, Text, Toggle, Tooltip, Input, Spacer, Button, useTheme } from '@
|
||||
|
||||
const Settings = ({ visible, onClose, currentTheme, onThemeChange, onSettingsChange }) => {
|
||||
const theme = useTheme();
|
||||
const [fontSize, setFontSize] = useState('14');
|
||||
const [autoSave, setAutoSave] = useState(false);
|
||||
|
||||
const handleSubmit = () => {
|
||||
|
||||
Reference in New Issue
Block a user