feat: finish settings screen

This commit is contained in:
2024-04-16 15:28:38 +07:00
parent 2eb2010d43
commit 413d8d82df
13 changed files with 461 additions and 61 deletions

View File

@@ -82,7 +82,7 @@ function Screen() {
setLoading(true);
// publish settings
const eventId = await ark.set_settings(settings);
const eventId = await ark.set_settings(newSettings);
if (eventId) {
console.log("event_id: ", eventId);