chore: make the linter happy once again
This commit is contained in:
parent
ffa6d930da
commit
180097cbd5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue