Describe saved connections consistently

This commit is contained in:
vorotamoroz
2026-07-24 16:15:02 +00:00
parent 0e5475b7e3
commit 658ad6dfe4
6 changed files with 22 additions and 7 deletions
@@ -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")