mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Add settings section
This commit is contained in:
parent
d206d3265c
commit
b82a2cf6df
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export default class GitHubSyncSettingsTab extends PluginSettingTab {
|
|||
}),
|
||||
);
|
||||
|
||||
containerEl.createEl("h2", { text: "Sync" });
|
||||
containerEl.createEl("h2", { text: "Folders" });
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName("Repository content directory")
|
||||
|
|
@ -121,6 +121,8 @@ export default class GitHubSyncSettingsTab extends PluginSettingTab {
|
|||
}),
|
||||
);
|
||||
|
||||
containerEl.createEl("h2", { text: "Sync" });
|
||||
|
||||
const uploadStrategies = {
|
||||
manual: "Manually",
|
||||
interval: "On Interval",
|
||||
|
|
|
|||
Loading…
Reference in a new issue