Made the main Library not be a dock.

This commit is contained in:
The Wobbler 2025-03-02 16:57:04 +01:00
parent 67f27c8a15
commit a4d1d31e0b
7 changed files with 21 additions and 27 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/python3
from PyQt6.QtCore import pyqtSignal
from PyQt6.QtCore import Qt, pyqtSignal
from PyQt6.QtWidgets import QWidget, QDockWidget, QScrollArea, QVBoxLayout
from .process import BackgroundProcess