mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-20 04:34:41 -04:00
ui: Don't disable the UI code unconditionally.
This commit is contained in:
parent
d358532c43
commit
ea0d35e3e4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
from importlib import util
|
||||
|
||||
if util.find_spec("pybdubs") and util.find_spec("gi.repository") and False:
|
||||
if util.find_spec("pybdubs") and util.find_spec("gi.repository"):
|
||||
from collections import defaultdict
|
||||
from queue import Empty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue