Remove rl.showScreenPopup in favour of AbstractViewPopup.showModal

This commit is contained in:
the-djmaze 2022-02-07 15:20:39 +01:00
parent 649f74fc51
commit f6400b6da2
5 changed files with 17 additions and 12 deletions

View file

@ -56,5 +56,4 @@ rl.pluginSettingsGet = (pluginSection, name) => {
return plugins ? (null == plugins[name] ? null : plugins[name]) : null;
};
rl.showPluginPopup = showScreenPopup;
rl.pluginPopupView = AbstractViewPopup;