adding donation notice
parent
87c03c763d
commit
9342f93f88
|
@ -68,7 +68,10 @@ editor.modal = {
|
||||||
donate: new MD.Modal({
|
donate: new MD.Modal({
|
||||||
html: `
|
html: `
|
||||||
<h1>Donate</h1>
|
<h1>Donate</h1>
|
||||||
<p>Lorem ipsum dolor sit amet</p>`
|
<p>
|
||||||
|
Method Draw relies on your generous donations for continued development.
|
||||||
|
<a href="https://method.ac/donate/">Donate now</a> if you find this application useful.
|
||||||
|
</p>`
|
||||||
}),
|
}),
|
||||||
shortcuts: new MD.Modal({
|
shortcuts: new MD.Modal({
|
||||||
html: `
|
html: `
|
||||||
|
@ -80,6 +83,8 @@ editor.modal = {
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|
||||||
|
editor.donate();
|
||||||
|
|
||||||
editor.keyboard = new MD.Keyboard();
|
editor.keyboard = new MD.Keyboard();
|
||||||
|
|
||||||
editor.menu = new MD.Menu();
|
editor.menu = new MD.Menu();
|
||||||
|
|
Loading…
Reference in New Issue