Skip to content

Commit

Permalink
bring back setFolderIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 12, 2024
1 parent d6292a0 commit 3c302c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/Files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ class FilesAPI {
return "Anura File";
}

setFolderIcon(path: string) {
this.folderIcon = path;
}

set(path: string, extension: string) {
const extHandlers = anura.settings.get("FileExts") || {};
extHandlers[extension] = {
Expand Down

0 comments on commit 3c302c1

Please sign in to comment.