build: allow overriding git details & disabling updating (#1677)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Sefa Eyeoglu 2023-08-25 14:15:02 +02:00 committed by GitHub
parent f628aa7a70
commit 714d87241c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 14 deletions

View file

@ -103,7 +103,7 @@ export default definePlugin({
element: require("@components/VencordSettings/ThemesTab").default,
className: "vc-themes"
},
!IS_WEB && {
!IS_UPDATER_DISABLED && {
section: "VencordUpdater",
label: "Updater",
element: require("@components/VencordSettings/UpdaterTab").default,