/* * SPDX-License-Identifier: GPL-3.0 * Vesktop, a desktop app aiming to give you a snappier Discord Experience * Copyright (c) 2023 Vendicated and Vencord contributors */ import { Margins } from "@vencord/types/utils"; import { Forms, Select } from "@vencord/types/webpack/common"; import { SettingsComponent } from "./Settings"; export const WindowsTransparencyControls: SettingsComponent = ({ settings }) => { if (!VesktopNative.app.supportsWindowsTransparency()) return null; return ( <> Transparency Options Requires a full restart. You will need a theme that supports transparency for this to work.