From bfa20f2634a0f3f73a03135f9ddb9d0dfe566e88 Mon Sep 17 00:00:00 2001 From: Đỗ Văn Hoài Tuân Date: Sat, 8 Apr 2023 18:41:55 -0700 Subject: feat(setting): Disable minimum window size #834 (#848) --- src/components/VencordSettings/VencordTab.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components') diff --git a/src/components/VencordSettings/VencordTab.tsx b/src/components/VencordSettings/VencordTab.tsx index 3bdd9b7..d5ffa91 100644 --- a/src/components/VencordSettings/VencordTab.tsx +++ b/src/components/VencordSettings/VencordTab.tsx @@ -83,6 +83,11 @@ function VencordSettings() { key: "winCtrlQ", title: "Register Ctrl+Q as shortcut to close Discord (Alternative to Alt+F4)", note: "Requires a full restart" + }, + IS_DISCORD_DESKTOP && { + key: "disableMinSize", + title: "Disable minimum window size", + note: "Requires a full restart" } ]; -- cgit