Make the show/hide layer buttons work (#118) (#127)

This commit is contained in:
akshay1992kalbhor
2021-05-18 22:25:05 +05:30
committed by Keavon Chambers
parent 564560c7dd
commit a5bea53db2
3 changed files with 16 additions and 1 deletions

View File

@@ -68,4 +68,7 @@ pub enum Operation {
DiscardWorkingFolder,
ClearWorkingFolder,
CommitTransaction,
ToggleVisibility {
path: Vec<LayerId>,
},
}