Skip to content

Commit

Permalink
fix-boutons
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ea-f committed Oct 29, 2024
1 parent 3a87c82 commit 02f55a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
8 changes: 5 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ WA.onInit().then(() => {
})

// Bouton guide
console.log('Ajout du bouton Guide utilisateur');
WA.ui.actionBar.addButton({
id: 'help-btn',
type: 'action',
Expand All @@ -74,9 +75,10 @@ WA.onInit().then(() => {
}
});

/*// Bouton évaluation
// Bouton évaluation
console.log('Ajout du bouton Évaluation');
WA.ui.actionBar.addButton({
id: 'plan-btn',
id: 'evaluation-btn',
type: 'action',
imageSrc: root + '/star.svg',
toolTip: "Évaluation",
Expand All @@ -89,7 +91,7 @@ WA.onInit().then(() => {
position: "center",
}, () => WA.ui.modal.closeModal())
}
});*/
});

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

0 comments on commit 02f55a2

Please sign in to comment.