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:
parent
7414f9fa01
commit
e6fef1baca
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue