mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Remove rl.showScreenPopup in favour of AbstractViewPopup.showModal
This commit is contained in:
parent
649f74fc51
commit
f6400b6da2
5 changed files with 17 additions and 12 deletions
|
|
@ -56,5 +56,4 @@ rl.pluginSettingsGet = (pluginSection, name) => {
|
|||
return plugins ? (null == plugins[name] ? null : plugins[name]) : null;
|
||||
};
|
||||
|
||||
rl.showPluginPopup = showScreenPopup;
|
||||
rl.pluginPopupView = AbstractViewPopup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue