update sync 1 sec
This commit is contained in:
parent
48e5601a52
commit
c542789c93
@ -1 +1 @@
|
||||
Subproject commit 82d061976192340c637698576b5d9ac4bd2519ed
|
||||
Subproject commit eda77d12e2764123e42cb9fc9dc5c7ed5fec3fde
|
||||
@ -745,6 +745,10 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
|
||||
.setDesc(t("settings_runoncestartup_desc"))
|
||||
.addDropdown((dropdown) => {
|
||||
dropdown.addOption("-1", t("settings_runoncestartup_notset"));
|
||||
dropdown.addOption(
|
||||
`${1000 * 1 * 1}`,
|
||||
t("settings_runoncestartup_1sec")
|
||||
);
|
||||
dropdown.addOption(
|
||||
`${1000 * 10 * 1}`,
|
||||
t("settings_runoncestartup_10sec")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user