anyone wishing to test and confirm it should go back to the project can submit an issue (or better propose a PR).
9 lines
110 B
JavaScript
9 lines
110 B
JavaScript
export default {
|
|
name: 'WebAppFind',
|
|
buttons: [
|
|
{
|
|
title: 'Save Image back to Disk'
|
|
}
|
|
]
|
|
};
|