Added the method set_hidden_permissions to the canvas permission editor

This commit is contained in:
WolverinDEV 2019-11-24 16:05:35 +01:00
parent 8471d44c41
commit 13eceb84c1

View file

@ -1618,5 +1618,9 @@ namespace pe {
set_toggle_button(callback: () => string, initial: string) {
throw "not implemented";
}
set_hidden_permissions(permissions: PermissionType[]) {
//TODO: Stuff here
}
}
}