diff options
Diffstat (limited to 'src/limitations.notes')
-rw-r--r-- | src/limitations.notes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/limitations.notes b/src/limitations.notes new file mode 100644 index 0000000..d723c07 --- /dev/null +++ b/src/limitations.notes @@ -0,0 +1,4 @@ +Queue is not saved between invocations of the queue. The queue is a living +queue only. It can be edited (for waiting items only), thus if you want to +save a queue, you can always copy the list and restore it with another edit, +but it is a hack. |