* Theme onelinerz

* Make preview optional (will do later - need to work on bugs!)
* Add to default menu.hjson
This commit is contained in:
Bryan Ashby 2016-06-30 22:30:46 -06:00
parent 96348d5ed8
commit e989010e63
3 changed files with 208 additions and 89 deletions

View file

@ -209,7 +209,11 @@ function OnelinerzModule(options) {
const previewView = self.viewControllers.add.getView(MciCodeIds.AddForm.EntryPreview);
newEntryView.setText('');
previewView.setText('');
// preview is optional
if(previewView) {
previewView.setText('');
}
};
this.menuMethods = {