allow undo of trigger snapshot

This commit is contained in:
brunoherbelin
2021-04-17 14:09:09 +02:00
parent ebb5fd16bb
commit 1081b4a54d

View File

@@ -258,5 +258,8 @@ void Action::restore(uint64_t snapshotid)
// free
locked_ = false;
store("Snapshot " + label(snapshotid));
}