@exezt-/webamp 1.5.0-0x719 → 1.5.0-0x720
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14876,8 +14876,8 @@ function ListMenu() {
|
|
|
14876
14876
|
className: "save-list",
|
|
14877
14877
|
onClick: saveFilesToList
|
|
14878
14878
|
}), /*#__PURE__*/Object(jsx_runtime["jsx"])("div", {
|
|
14879
|
-
className: "load-list"
|
|
14880
|
-
|
|
14879
|
+
className: "load-list" // onClick={addFilesFromList}
|
|
14880
|
+
|
|
14881
14881
|
})]
|
|
14882
14882
|
});
|
|
14883
14883
|
}
|