/* * 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 { findByPropsLazy } from "@vencord/types/webpack"; import { Forms, Switch, Toasts } from "@vencord/types/webpack/common"; import { Settings } from "renderer/settings"; import { SettingsComponent } from "./Settings"; const { PencilIcon } = findByPropsLazy("PencilIcon"); export const TrayIconImagePicker: SettingsComponent = ({ settings }) => { return ( <>