We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedc6d7 commit 2c48ddfCopy full SHA for 2c48ddf
1 file changed
mods/custom-repos.js
@@ -30,14 +30,14 @@ return class extends Mod {
30
DO_MENU = false;
31
32
OPTIONS_FORMAT = [
33
- "Repository settings",
34
- {
35
- id: "repoURL",
36
- name: "Repository base URL",
37
- type: "string",
38
- default: "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods/refs/heads/master/",
39
- },
40
- ];
+ "Repository settings",
+ {
+ id: "repoURL",
+ name: "Repository base URL",
+ type: "string",
+ default: "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods/refs/heads/master/",
+ },
+ ];
41
42
main() {
43
console.log(this.options.repoURL);
@@ -50,4 +50,4 @@ return class extends Mod {
50
cleanupFunc() {
51
window.__crackle__.addonRepoPath = "https://raw.githubusercontent.com/Mojavesoft-Group/SparkleMods/refs/heads/master/";
52
}
53
-}
+}
0 commit comments