chore: make the linter happy once again

This commit is contained in:
khcrysalis 2024-09-15 00:59:35 -07:00
parent ffa6d930da
commit 180097cbd5

View file

@ -5,7 +5,7 @@
*/ */
import { Margins } from "@vencord/types/utils"; import { Margins } from "@vencord/types/utils";
import { Select, Forms } from "@vencord/types/webpack/common"; import { Forms, Select } from "@vencord/types/webpack/common";
import { isMac, isWindows } from "renderer/utils"; import { isMac, isWindows } from "renderer/utils";
import { SettingsComponent } from "./Settings"; import { SettingsComponent } from "./Settings";
@ -14,7 +14,7 @@ export const TitleBarPicker: SettingsComponent = ({ settings }) => {
return ( return (
<> <>
<Forms.FormText className={Margins.bottom8}> <Forms.FormText className={Margins.bottom8}>
Customize apps title bar. Pick Discord if you want to use Discord's custom title bar. Requires a full Customize apps title bar. Pick Discord if you want to use Discord's custom title bar. Requires a full
restart restart
</Forms.FormText> </Forms.FormText>