don't edit public

This commit is contained in:
j 2019-01-18 15:48:14 +05:30
parent f05a212a82
commit cdebd7f1e4
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ oml.ui.folders = function() {
});
},
open: function() {
!index && oml.ui.listDialog().open();
!index && !Ox.contains(data.ids, ':Public') && oml.ui.listDialog().open();
},
select: function(data) {
oml.UI.set({find: getFind(data.ids[0])});