Skip to content

Commit

Permalink
chore: don't require users to retype their domain during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Dec 26, 2022
1 parent b40335b commit 758237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 758237f

Please sign in to comment.