fix: make menu translatable (fix #29)
All checks were successful
Build / Flatpak (x86_64) (push) Successful in 12m36s

This commit is contained in:
0xMRTT 2023-05-22 18:35:09 +02:00
parent 1348069b07
commit 2b15001e2a

View File

@ -34,7 +34,6 @@ from .window import BavarderWindow
from .preferences import Preferences
from enum import auto, IntEnum
from gettext import gettext as _
from .constants import app_id, version, build_type
from tempfile import NamedTemporaryFile