Add cloud bookmark to browser

This commit is contained in:
luboslenco
2021-01-15 16:54:11 +01:00
parent 30aff91780
commit 0dfcdd3613
+4
View File
@@ -56,6 +56,10 @@ class TabBrowser {
Config.save();
}
if (ui.button(tr("Cloud"), Left)) {
hpath.text = "cloud";
}
for (b in Config.raw.bookmarks) {
var folder = b.substr(b.lastIndexOf(Path.sep) + 1);