### Fixed

- Encryption/decryption issues when using Object Storage as remote have been fixed.
This commit is contained in:
vorotamoroz
2026-02-05 11:47:01 +00:00
parent bf3efab1af
commit 12b1f881dc
2 changed files with 6 additions and 4 deletions

Submodule src/lib updated: 30d79b1fbf...809d54d028

View File

@@ -190,9 +190,11 @@ ${stringifyYaml({
);
new Setting(paneEl)
.setName($msg("Analyse database usage"))
.setDesc($msg(
"Analyse database usage and generate a TSV report for diagnosis yourself. You can paste the generated report with any spreadsheet you like."
))
.setDesc(
$msg(
"Analyse database usage and generate a TSV report for diagnosis yourself. You can paste the generated report with any spreadsheet you like."
)
)
.addButton((button) =>
button.setButtonText($msg("Analyse")).onClick(() => {
eventHub.emitEvent(EVENT_ANALYSE_DB_USAGE);