diff --git a/py/LunaTranslator/gui/setting_hotkey.py b/py/LunaTranslator/gui/setting_hotkey.py index b55469df..6c06e439 100644 --- a/py/LunaTranslator/gui/setting_hotkey.py +++ b/py/LunaTranslator/gui/setting_hotkey.py @@ -131,6 +131,7 @@ def setTab_quick(self, l: QVBoxLayout): "use", callback=functools.partial(__enable, self), ), + "", ], makewidget=True, )