adding donation notice

master
Mark MacKay 2021-04-28 12:41:13 -05:00
parent 87c03c763d
commit 9342f93f88
1 changed files with 6 additions and 1 deletions

View File

@ -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();