in progress

This commit is contained in:
jfh
2020-11-03 23:51:15 +01:00
parent 6cc38b7049
commit 3b771fa891
38 changed files with 79 additions and 191 deletions

View File

@@ -74,7 +74,6 @@ export default {
const buttons = [
{
id: 'tool_eyedropper',
icon: 'eyedropper.png',
type: 'mode',
events: {
click () {
@@ -86,7 +85,7 @@ export default {
return {
name: strings.name,
svgicons: 'eyedropper-icon.xml',
newUI: true,
buttons: strings.buttons.map((button, i) => {
return Object.assign(buttons[i], button);
}),