mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-17 16:33:55 +00:00
feat: fixing download error for gofile
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { appContainer } from "@renderer/app.css";
|
||||
import { SPACING_UNIT } from "../../theme.css";
|
||||
import { style } from "@vanilla-extract/css";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Button, SelectField } from "@renderer/components";
|
||||
import { SelectField } from "@renderer/components";
|
||||
import { SPACING_UNIT } from "@renderer/theme.css";
|
||||
import { Controller, useForm } from "react-hook-form";
|
||||
import { useTranslation } from "react-i18next";
|
||||
@@ -6,7 +6,7 @@ import { useTranslation } from "react-i18next";
|
||||
import * as styles from "./settings-privacy.css";
|
||||
import { useToast, useUserDetails } from "@renderer/hooks";
|
||||
import { useEffect, useState } from "react";
|
||||
import { XCircleFillIcon, XIcon } from "@primer/octicons-react";
|
||||
import { XCircleFillIcon } from "@primer/octicons-react";
|
||||
|
||||
interface FormValues {
|
||||
profileVisibility: "PUBLIC" | "FRIENDS" | "PRIVATE";
|
||||
|
||||
Reference in New Issue
Block a user