Merge pull request 'cli: add programms to allowed list' (#1765) from hsjobeki/clan-core:hsjobeki-main into main

This commit is contained in:
clan-bot
2024-07-16 11:52:56 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -17,5 +17,7 @@
"sshpass",
"tor",
"virtiofsd",
"zbar"
"zbar",
"util-linux",
"avahi"
]

View File

@@ -19,7 +19,7 @@ export const registerClan = async () => {
const loc = await callApi("open_file", {
file_request: { mode: "select_folder" },
});
console.log(loc);
console.log({ loc }, loc.status);
if (loc.status === "success" && loc.data) {
// @ts-expect-error: data is a string
setClanList((s) => {