« get me outta code hell

(v), (V) - Volume controls - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-01-24 23:32:42 -0400
committerFlorrie <towerofnix@gmail.com>2019-01-24 23:32:42 -0400
commit5762a825d589704a53aaabb425d9470c726bbc0d (patch)
tree6b772bd8eccc16fd81dadca30ee65a6a56454de2 /todo.txt
parentb4e575f4ec8b65464f9a8f109ddf3907cf30b853 (diff)
(v), (V) - Volume controls
"v" increases because it's lowercase and therefore more likely to be
accidentally pressed, hence more likely to confuse the user when it
decreases the volume (if it decreased the volume - since it increases
the volume, it generally doesn't seem to have any effect until you've
already discovered that v and V are used for volume controls).
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index dfb14d6..13db542 100644
--- a/todo.txt
+++ b/todo.txt
@@ -191,3 +191,6 @@ TODO: A "play later" option for songs in the queue, identical to distributing
 
 TODO: Loop one song!
       (Done!)
+
+TODO: Volume controls!
+      (Done!)