mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
open in file manager of Trilium's data directory
This commit is contained in:
parent
56259616cb
commit
bc4444d132
@ -76,7 +76,7 @@ export default class AboutDialog extends BasicWidget {
|
|||||||
this.$dataDirectory.html($('<a></a>', {
|
this.$dataDirectory.html($('<a></a>', {
|
||||||
href: 'file:///' + appInfo.dataDirectory,
|
href: 'file:///' + appInfo.dataDirectory,
|
||||||
text: appInfo.dataDirectory,
|
text: appInfo.dataDirectory,
|
||||||
target: '_blank' // Optional: Opens the link in a new tab
|
target: '_blank'
|
||||||
}));
|
}));
|
||||||
} else {
|
} else {
|
||||||
this.$dataDirectory.text(appInfo.dataDirectory);
|
this.$dataDirectory.text(appInfo.dataDirectory);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user