fix default width (#171)
will look broken for everyone till they change that setting from 6 to like 200-300
This commit is contained in:
@@ -47,7 +47,7 @@ export default function Settings() {
|
||||
const [dialogValue, setDialogValue] = useState(serverAddress);
|
||||
|
||||
const [dialogOpenItemWidth, setDialogOpenItemWidth] = useState(false);
|
||||
const [ItemWidth, setItemWidth] = useLocalStorage<number>('ItemWidth', 6);
|
||||
const [ItemWidth, setItemWidth] = useLocalStorage<number>('ItemWidth', 300);
|
||||
const [DialogItemWidth, setDialogItemWidth] = useState(ItemWidth);
|
||||
|
||||
const handleDialogOpen = () => {
|
||||
|
||||
Reference in New Issue
Block a user