Ready for merge

This commit is contained in:
Devine Lu Linvega
2019-01-10 09:00:52 +12:00
parent 03cb438b9b
commit fe9af9b409
5 changed files with 40 additions and 28 deletions

View File

@@ -206,7 +206,7 @@ function Tool (dotgrid) {
this.source = function (type) {
if (type == 'grid') { dotgrid.renderer.toggle() }
if (type == 'screen') { app.toggle_fullscreen() }
if (type == 'screen') { app.toggleFullscreen() }
if (type == 'open') { dotgrid.open() }
if (type == 'save') { dotgrid.save() }