summaryrefslogtreecommitdiffstats
path: root/src/limitations.notes
blob: d723c071c755d7e4823e4007d3e05f093742bc13 (plain)
1
2
3
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.