Skip to content

Commit a04a3f7

Browse files
authored
Update example_01.user.js
1 parent c746f0f commit a04a3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example_01.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ function openGui() {
9292
});
9393

9494
Gui.smartEvent("button-save-config", () => {
95-
Gui.save();
95+
Gui.saveConfig();
9696
});
9797

98-
Gui.load();
98+
Gui.loadConfig();
9999
});
100100
}
101101

0 commit comments

Comments
 (0)