chore: don't require users to retype their domain during setup

voted on in Discord https://canary.discord.com/channels/848274994375294986/848313252009869312/1057073061993664583
pull/197/head
tycrek 1 year ago
parent b40335be5f
commit 758237f035
No known key found for this signature in database
GPG Key ID: FF8A54DCE404885A

@ -111,7 +111,7 @@ function doSetup() {
domain: {
description: `Domain name to send to ShareX clients (example: ${config.domain})`,
type: 'string',
required: true,
required: false,
message: 'You must input a valid domain name or IP to continue'
},
maxUploadSize: {

Loading…
Cancel
Save