« get me outta code hell

Edit mode off by default - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-07-06 12:42:00 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-06 12:42:00 -0300
commit288597ec9ae419c8dc2737a985de3f72a61ad247 (patch)
treef0c9602e426da1879f3761c1f227703d57daf0f7 /ui.js
parent0d2a80095d5ffaf9479680c8e819eeda69587321 (diff)
Edit mode off by default
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index 3bd62b5..e876904 100644
--- a/ui.js
+++ b/ui.js
@@ -34,7 +34,7 @@ class AppElement extends FocusElement {
     this.undoManager = new UndoManager()
     this.queueGrouplike = {name: 'Queue', isTheQueue: true, items: []}
     this.markGrouplike = {name: 'Marked', items: []}
-    this.editMode = true
+    this.editMode = false
 
     // Crude hack...
     this.recordStore.app = this