Add scroll to about panel #1088

This commit is contained in:
DianaXWiki 2023-08-31 15:30:19 +03:00
parent 9a1bad08bc
commit 6c986e22bd

View File

@ -514,6 +514,7 @@ define([
});
return dialog.nav(navs);
};
dialog.customModal = function (msg, opt) {
var force = false;
if (typeof(opt) === 'object') {