Remove the restriction for number of windows

This commit is contained in:
He4eT 2021-02-24 18:27:49 +05:00
commit 30f79c60b4
3 changed files with 38 additions and 37 deletions

View file

@ -5,9 +5,10 @@ const noop = () => void null
const noopHandlers = [
'onInit',
'onUpdateWindows',
'onUpdateInputs',
'onUpdateContent',
'onDisable',
'onUpdateInputs',
'onFileNameRequest',
'onFileRead',
'onFileWrite',