open in file manager of Trilium's data directory

pull/389/head
SiriusXT 2024-09-03 10:37:28 +07:00
parent 56259616cb
commit bc4444d132
1 changed files with 1 additions and 1 deletions

@ -76,7 +76,7 @@ export default class AboutDialog extends BasicWidget {
this.$dataDirectory.html($('<a></a>', {
href: 'file:///' + appInfo.dataDirectory,
text: appInfo.dataDirectory,
target: '_blank' // Optional: Opens the link in a new tab
target: '_blank'
}));
} else {
this.$dataDirectory.text(appInfo.dataDirectory);