import popup_v2

The vpn module is using bumblebee.popup_v2, but does not import it, causing nothing on click.
This commit is contained in:
Naohiro Aota 2020-02-27 11:40:37 +09:00 committed by GitHub
parent 7414f9fa01
commit e6fef1baca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ import logging
import bumblebee.input
import bumblebee.output
import bumblebee.engine
import bumblebee.popup_v2
import functools
class Module(bumblebee.engine.Module):