Styling and usability fixes
This commit is contained in:
@@ -364,7 +364,7 @@ export const fs_node_type = (node: FSNode) => {
|
||||
|
||||
export const fs_node_icon = (node: FSNode, width = 64, height = 64) => {
|
||||
if (node.type === "dir") {
|
||||
// Folders with an ID are publically shared, use the shared folder icon
|
||||
// Folders with an ID are publicly shared, use the shared folder icon
|
||||
if (node.is_shared()) {
|
||||
return "/res/img/mime/folder-remote.png"
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user