fix new line chars

This commit is contained in:
Jakub Trllo 2025-04-14 17:54:45 +02:00
parent b5961dcb92
commit b403fccf05
15 changed files with 10 additions and 15 deletions

View file

@ -248,4 +248,3 @@ class EnhancedTabBar(QtWidgets.QTabBar):
else:
super().mouseReleaseEvent(event)

View file

@ -738,4 +738,3 @@ def main(force=False):
sys.exit(1)
main()