Add disk bookmark to browser
This commit is contained in:
@@ -60,6 +60,10 @@ class TabBrowser {
|
||||
hpath.text = "cloud";
|
||||
}
|
||||
|
||||
if (ui.button(tr("Disk"), Left)) {
|
||||
hpath.text = UIFiles.defaultPath;
|
||||
}
|
||||
|
||||
for (b in Config.raw.bookmarks) {
|
||||
var folder = b.substr(b.lastIndexOf(Path.sep) + 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user