Change port
This commit is contained in:
parent
088cedae9a
commit
47af8323cf
3 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ export class SyncSettingsTab extends PluginSettingTab {
|
|||
.setTooltip("This is the URL of the server you want to sync with.")
|
||||
.addText((text) =>
|
||||
text
|
||||
.setPlaceholder("https://example.com:3030")
|
||||
.setPlaceholder("https://example.com:3000")
|
||||
.setValue(this.syncClient.settings.getSettings().remoteUri)
|
||||
.onChange(async (value) =>
|
||||
this.syncClient.settings.setSetting("remoteUri", value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue