Skip to content

Commit

Permalink
test-bouton
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ea-f committed Oct 29, 2024
1 parent 59f9ca1 commit 5ed95e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
6 changes: 3 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ WA.onInit().then(() => {
callback: () => {
WA.ui.modal.openModal({
title: "Guide utilisateur",
src: "https://u2l.fr/guideminicampus",
src: "https://view.genially.com/65e9b8db0e37e60015e488bf/interactive-content-notice",
allowApi: false,
allow: "microphone; camera",
position: "center",
}, () => WA.ui.modal.closeModal())
}
});

// Bouton évaluation
/*// Bouton évaluation
WA.ui.actionBar.addButton({
id: 'plan-btn',
type: 'action',
Expand All @@ -89,7 +89,7 @@ WA.onInit().then(() => {
position: "center",
}, () => WA.ui.modal.closeModal())
}
});
});*/

/* WA.ui.actionBar.addButton({
id: 'move-btn',
Expand Down

0 comments on commit 5ed95e8

Please sign in to comment.