mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-24 12:27:06 +00:00
Describe saved connections consistently
This commit is contained in:
@@ -133,8 +133,8 @@ export function paneRemoteConfig(
|
||||
}
|
||||
{
|
||||
// TODO: very WIP. need to refactor the UI.
|
||||
void addPanel(paneEl, $msg("obsidianLiveSyncSettingTab.titleRemoteServer"), () => {}).then((paneEl) => {
|
||||
const actions = new Setting(paneEl).setName("Remote Databases");
|
||||
void addPanel(paneEl, $msg("Connection settings"), () => {}).then((paneEl) => {
|
||||
const actions = new Setting(paneEl).setName($msg("Saved connections"));
|
||||
// actions.addButton((button) =>
|
||||
// button
|
||||
// .setButtonText("Change Remote and Setup")
|
||||
|
||||
Reference in New Issue
Block a user