feat(setting): Disable minimum window size #834 (#848)

This commit is contained in:
Đỗ Văn Hoài Tuân
2023-04-08 18:41:55 -07:00
committed by GitHub
parent 840da146b9
commit bfa20f2634
3 changed files with 18 additions and 4 deletions

View File

@ -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"
}
];