mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
web/taskmgr: flip gif todo condition
This commit is contained in:
parent
72857e64a8
commit
54408b159e
@ -139,7 +139,7 @@ export const createSavePipeline = (info: CobaltLocalProcessingResponse, request:
|
||||
},
|
||||
},
|
||||
});
|
||||
} else if ("gif" === info.type) {
|
||||
} else if (info.type === "gif") {
|
||||
return createDialog({
|
||||
id: "save-error",
|
||||
type: "small",
|
||||
|
Loading…
x
Reference in New Issue
Block a user